From 245bb51f4cbaab6f161dbeba3f07fe90932fd8ff Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 5 Jan 2015 21:24:52 -0800 Subject: Clarify that final newline is removed from paragraph content. Closes #176. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.txt b/spec.txt index 810eec3..734ad48 100644 --- a/spec.txt +++ b/spec.txt @@ -2030,7 +2030,7 @@ kinds of blocks forms a [paragraph](@paragraph). The contents of the paragraph are the result of parsing the paragraph's raw content as inlines. The paragraph's raw content is formed by concatenating the lines and removing initial and final -spaces. +[whitespace]. A simple example with two paragraphs: -- cgit v1.2.3