cmark

My personal build of CMark ✏️

Commit
778a58c4e48d4198c0f0654600e5a0e7cc889dfb
Parent
9c1419c5ef8c1033ca0a39d7b23733669d990efd
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Fixed extra space before period.

This is @robinst's fix in #20, which couldn't be merged automatically. Thanks, @robinst.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified spec.txt 2 1 1
diff --git 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