cmark

My personal build of CMark ✏️

Commit
8feee5b94f0e5ed4b09eca537a0e795a763f1e84
Parent
009fe0141445275c495d0825a1d5c0a374fc9d90
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Added intended two-line hard-breaks in Examples 521, 523.

Thanks to textnut for pointing out the mistake. <http://talk.commonmark.org/t/example-521-523-missing-2-spaces-at-line-end/1003/1>

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 4 2 2
diff --git a/spec.txt b/spec.txt
@@ -7028,7 +7028,7 @@ foo\
 .
 
 .
-foo
+foo  
 .
 <p>foo</p>
 .
@@ -7040,7 +7040,7 @@ foo
 .
 
 .
-### foo
+### foo  
 .
 <h3>foo</h3>
 .