diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-20 09:36:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 09:36:13 -0700 |
commit | 569b01abe486ae2d6677c9ba8b9aea04637cdd91 (patch) | |
tree | f803b03334cc4c474b5646ac897ade782e602054 | |
parent | 91e045ca370258903ed138450373043a496ec64b (diff) | |
parent | c7dc48f022f46bc49c5ce63b0cfe517a93cbd5bd (diff) |
Merge pull request #418 from jkr/list-blank-lines
Update statement on blank lines and lists.
-rw-r--r-- | spec.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |