cmark

My personal build of CMark ✏️

Commit
39c69d0529a8578e3f30e4409d7e571a7730f3f3
Parent
fb6356e3aa7696183f6cbcb99e521ab74260124a
Author
John MacFarlane <jgm@berkeley.edu>
Date

Added regression test for #177.

Diffstat

1 file changed, 8 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified test/regression.txt 8 8 0
diff --git a/test/regression.txt b/test/regression.txt
@@ -66,3 +66,11 @@ hi
 <h2>hi</h2>
 ````````````````````````````````
 
+Issue #177 - incorrect emphasis parsing
+
+```````````````````````````````` example
+a***b* c*
+.
+<p>a*<em><em>b</em> c</em></p>
+````````````````````````````````
+