cmark

My personal build of CMark ✏️

Commit
e92aabbbf6b02339cd160203f054f5f150d951f2
Parent
0275f344ae13b09be13c37ffeb525af067116ff6
Author
John MacFarlane <jgm@berkeley.edu>
Date

spec: Added a test with single escaped # at end of ATX header.

Diffstat

1 file changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 2 2 0
diff --git a/spec.txt b/spec.txt
@@ -611,9 +611,11 @@ of the closing sequence:
 .
 ### foo \###
 ## foo \#\##
+# foo \#
 .
 <h3>foo #</h3>
 <h2>foo ##</h2>
+<h1>foo #</h1>
 .
 
 ATX headers need not be separated from surrounding content by blank