cmark

My personal build of CMark ✏️

Commit
5901a8700443bf08e36b90b42d9e095202be5a02
Parent
7126694b85bd1f5ba6533b81b2565f276d1da503
Author
John MacFarlane <jgm@berkeley.edu>
Date

Update spec.

Diffstat

1 file changed, 19 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 19 19 0
diff --git a/test/spec.txt b/test/spec.txt
@@ -3076,6 +3076,25 @@ and thematic breaks, and it need not be followed by a blank line.
 </blockquote>
 ````````````````````````````````
 
+```````````````````````````````` example
+[foo]: /url
+bar
+===
+[foo]
+.
+<h1>bar</h1>
+<p><a href="/url">foo</a></p>
+````````````````````````````````
+
+```````````````````````````````` example
+[foo]: /url
+===
+[foo]
+.
+<p>===
+<a href="/url">foo</a></p>
+````````````````````````````````
+
 
 Several [link reference definitions]
 can occur one after another, without intervening blank lines.