From 7b3dec668487456cc89e58148f6f933b7fded2a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Sep 2014 23:03:33 -0700 Subject: spec: Clarify that a blank line may have no characters. Closes #79. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.txt b/spec.txt index 2a460cc..3f43b51 100644 --- 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). # Blocks and inlines -- cgit v1.2.3