cmark

My personal build of CMark ✏️

Commit
2ee9df94fc9543a878e4c5a4593154913a74eb07
Parent
b142a396090798ed06e89475dcf6fd77362e312f
Author
John MacFarlane <jgm@berkeley.edu>
Date

Adjusted formatting of test - CR btw `<li>` and `<hr />`.

This is consistent with treatment of other block elements in list items.

Diffstat

1 file changed, 2 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified spec.txt 3 2 1
diff --git a/spec.txt b/spec.txt
@@ -468,7 +468,8 @@ If you want a horizontal rule in a list item, use a different bullet:
 .
 <ul>
 <li>Foo</li>
-<li><hr />
+<li>
+<hr />
 </li>
 </ul>
 .