cmark

My personal build of CMark ✏️

Commit
25a1a57fe5350a2b89f8d9726b95f8e48fee83d7
Parent
a121687079dcce81609233c6f4984ad222a74f9c
Author
John MacFarlane <jgm@berkeley.edu>
Date

A line can have zero characters.

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
@@ -192,7 +192,7 @@ In the examples, the `→` character is used to represent tabs.
 # Preprocessing
 
 A [line](#line) <a id="line"/>
-is a sequence of one or more characters followed by a line
+is a sequence of zero or more characters followed by a line
 ending (CR, LF, or CRLF) or by the end of
 file.