cmark

My personal build of CMark ✏️

Commit
7b3dec668487456cc89e58148f6f933b7fded2a7
Parent
7274556fb19a2da10ae8a0644c2710c191ab85b1
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

spec: Clarify that a blank line may have no characters.

Closes #79.

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 4 2 2
diff --git a/spec.txt b/spec.txt
@@ -220,8 +220,8 @@ Tabs in lines are expanded to spaces, with a tab stop of 4 characters:
 
 Line endings are replaced by newline characters (LF).
 
-A line containing only spaces (after tab expansion) followed by
-a line ending is called a [blank line](#blank-line).
+A line containing no characters, or a line containing only spaces (after
+tab expansion), is called a [blank line](#blank-line).
 <a id="blank-line"></a>
 
 # Blocks and inlines