aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohel Ernesto Guerrero Peña <johelegp@gmail.com>2019-12-17 00:44:57 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-16 20:44:57 -0800
commit12ac04d7ac7ba024328783e34c778b3cc038d0ae (patch)
tree4a5460339c8503030d3917d4b67245f680c07bcb
parente4618d1f3db70710b81b77e0fe98a734d6c90c06 (diff)
Remove outdated restriction on list item (#627)
This is a holdover from the days when two blank lines broke out of a list. Case missed by 780b981.
-rw-r--r--spec.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 83cc197..52a78af 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4566,8 +4566,7 @@ the above case:
3. **Item starting with a blank line.** If a sequence of lines *Ls*
starting with a single [blank line] constitute a (possibly empty)
- sequence of blocks *Bs*, not separated from each other by more than
- one blank line, and *M* is a list marker of width *W*,
+ sequence of blocks *Bs*, and *M* is a list marker of width *W*,
then the result of prepending *M* to the first line of *Ls*, and
indenting subsequent lines of *Ls* by *W + 1* spaces, is a list
item with *Bs* as its contents.