cmark

My personal build of CMark ✏️

Commit
ab8b56178e80362c1a1250496f5cd14ab53f03f0
Parent
42d75e3a6e66b334ca701a866c0517dcec8b0118
Author
John MacFarlane <jgm@berkeley.edu>
Date

Moved non-comment examples (1e789d0f) to inline tag section.

That's where they properly belong, since we deal with comments differently in blocks.

Diffstat

1 file changed, 11 insertions, 14 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 25 11 14
diff --git a/spec.txt b/spec.txt
@@ -1615,20 +1615,6 @@ bar
    baz -->
 .
 
-Not comments:
-
-.
-<!--> foo -->
-
-<!-- foo--bar -->
-
-<!-- foo--->
-.
-<p>&lt;!--&gt; foo --&gt;</p>
-<p>&lt;!-- foo--bar --&gt;</p>
-<p>&lt;!-- foo---&gt;</p>
-.
-
 A processing instruction:
 
 .
@@ -6893,6 +6879,17 @@ foo <!-- not a comment -- two hyphens -->
 <p>foo &lt;!-- not a comment -- two hyphens --&gt;</p>
 .
 
+Not comments:
+
+.
+foo <!--> foo -->
+
+foo <!-- foo--->
+.
+<p>foo &lt;!--&gt; foo --&gt;</p>
+<p>foo &lt;!-- foo---&gt;</p>
+.
+
 Processing instructions:
 
 .