From 778a58c4e48d4198c0f0654600e5a0e7cc889dfb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Sep 2014 19:48:04 -0700 Subject: Fixed extra space before period. This is @robinst's fix in #20, which couldn't be merged automatically. Thanks, @robinst. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 64a36b1..031fe38 100644 --- a/spec.txt +++ b/spec.txt @@ -1858,7 +1858,7 @@ are defined: ## Paragraphs A sequence of non-blank lines that cannot be interpreted as other -kinds of blocks forms a [paragraph](#paragraph) . +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 -- cgit v1.2.3