cmark

My personal build of CMark ✏️

Commit
5cd513026fe49e83cfd544a7b375bf4fa1466b21
Parent
e245f1a2d5ec76807633806a5af1ebe52fe5bd6d
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated test cases in spec to reflect last change.

Diffstat

1 file changed, 1 insertion, 7 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 8 1 7
diff --git a/spec.txt b/spec.txt
@@ -4612,18 +4612,12 @@ Note that there are some asymmetries here:
 **foo* bar*
 .
 <p><em>foo <em>bar</em></em></p>
-<p>**foo* bar*</p>
+<p><em><em>foo</em> bar</em></p>
 .
 
 More cases with mismatched delimiters:
 
 .
-**foo* bar*
-.
-<p>**foo* bar*</p>
-.
-
-.
 *bar***
 .
 <p><em>bar</em>**</p>