summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 19:48:04 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 19:48:04 -0700
commit778a58c4e48d4198c0f0654600e5a0e7cc889dfb (patch)
treef980bafcaf1a34dfcfadf36e9453f689116a2779
parent9c1419c5ef8c1033ca0a39d7b23733669d990efd (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.txt2
1 files changed, 1 insertions, 1 deletions
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) <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