diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 23:03:33 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-06 23:03:33 -0700 |
commit | 7b3dec668487456cc89e58148f6f933b7fded2a7 (patch) | |
tree | 24a7ef92da3da692cdfafd2cb3d32c9fe35cbf12 | |
parent | 7274556fb19a2da10ae8a0644c2710c191ab85b1 (diff) |
spec: Clarify that a blank line may have no characters.
Closes #79.
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |