cmark

My personal build of CMark ✏️

Commit
521c43cbdc0709b2b0fe4081c2349e4a3b86c984
Parent
62cb38bf8a826125fba0034221343aa70dd3d415
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated spec.

Diffstat

1 file changed, 15 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 15 15 0
diff --git a/test/spec.txt b/test/spec.txt
@@ -3641,6 +3641,21 @@ Here are some list items that start with a blank line but are not empty:
 </ul>
 .
 
+A list item can begin with at most one blank line.
+In the following example, `foo` is not part of the list
+item:
+
+.
+-
+
+  foo
+.
+<ul>
+<li></li>
+</ul>
+<p>foo</p>
+.
+
 Here is an empty bullet list item:
 
 .