From 12ac04d7ac7ba024328783e34c778b3cc038d0ae Mon Sep 17 00:00:00 2001 From: Johel Ernesto Guerrero Peña Date: Tue, 17 Dec 2019 00:44:57 -0400 Subject: 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. --- spec.txt | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3