cmark

My personal build of CMark ✏️

Commit
e47d698c2cf1d24606bd2f708feed0c23a80ce79
Parent
38686fc2122ad5d3716ac9740fc6e4383179d2a7
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #7 from balpha/patch-2

Fix definition of list item laziness

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified spec.txt 2 1 1
diff --git a/spec.txt b/spec.txt
@@ -2818,7 +2818,7 @@ Four spaces indent gives a code block:
 4.  **Laziness.**  If a string of lines *Ls* constitute a [list
     item](#list-item) with contents *Bs*, then the result of deleting
     some or all of the indentation from one or more lines in which the
-    next non-space character after the [list marker](#list--marker) is
+    next non-space character after the indentation is
     [paragraph continuation text](#paragraph-continuation-text) is a
     list item with the same contents and attributes.