cmark

My personal build of CMark ✏️

Commit
d63dd090693f6065b7a79d634bf88e45da089b53
Parent
966898e10d7ecc61d2e0f956197944626e059ec2
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated spec.

Diffstat

1 file changed, 20 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 20 20 0
diff --git a/test/spec.txt b/test/spec.txt
@@ -3858,6 +3858,26 @@ item:
 </ul>
 .
 
+.
+1. a
+
+  2. b
+
+    3. c
+.
+<ol>
+<li>
+<p>a</p>
+</li>
+<li>
+<p>b</p>
+</li>
+<li>
+<p>c</p>
+</li>
+</ol>
+.
+
 This is a loose list, because there is a blank line between
 two of the list items: