diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 19:48:04 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 19:48:04 -0700 |
commit | 778a58c4e48d4198c0f0654600e5a0e7cc889dfb (patch) | |
tree | f980bafcaf1a34dfcfadf36e9453f689116a2779 | |
parent | 9c1419c5ef8c1033ca0a39d7b23733669d990efd (diff) |
Fixed extra space before period.
This is @robinst's fix in #20, which couldn't be merged
automatically. Thanks, @robinst.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) <a id="paragraph"></a>. +kinds of blocks forms a [paragraph](#paragraph).<a id="paragraph"></a> 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 |