aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-20 09:36:13 -0700
committerGitHub <noreply@github.com>2016-07-20 09:36:13 -0700
commit569b01abe486ae2d6677c9ba8b9aea04637cdd91 (patch)
treef803b03334cc4c474b5646ac897ade782e602054 /spec.txt
parent91e045ca370258903ed138450373043a496ec64b (diff)
parentc7dc48f022f46bc49c5ce63b0cfe517a93cbd5bd (diff)
Merge pull request #418 from jkr/list-blank-lines
Update statement on blank lines and lists.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index e2b6834..c05b1a0 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4730,8 +4730,7 @@ takes four spaces (a common case), but diverge in other cases.
A [list](@) is a sequence of one or more
list items [of the same type]. The list items
-may be separated by single [blank lines], but two
-blank lines end all containing lists.
+may be separated by any number of blank lines.
Two list items are [of the same type](@)
if they begin with a [list marker] of the same type.