Skip to content

Commit

Permalink
Moved restriction on paragraph-interrupting lists to list item spec
Browse files Browse the repository at this point in the history
instead of list marker spec.
  • Loading branch information
jgm committed Jul 13, 2016
1 parent 02ae86a commit 005fc58
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3621,12 +3621,7 @@ An [ordered list marker](@)
is a sequence of 1--9 arabic digits (`0-9`), followed by either a
`.` character or a `)` character. (The reason for the length
limit is that with 10 digits we start seeing integer overflows
in some browsers.) Exception: In cases where ordered list
markers interrupt paragraphs---that is, when they occur on a
line that would otherwise count as [paragraph continuation
text]---list markers must be followed by some content other than
spaces before the end of the line, and for ordered list markers,
only `1.` and `1)` are allowed.
in some browsers.)

The following rules define [list items]:

Expand All @@ -3641,6 +3636,12 @@ The following rules define [list items]:
If the list item is ordered, then it is also assigned a start
number, based on the ordered list marker.

Exceptions: When the list item interrupts a paragraph---that
is, when it starts on a line that would otherwise count as
[paragraph continuation text]---then (a) the lines *Ls* must
not begin with a blank line, and (b) if the list item is
ordered, the start number must be 1.

For example, let *Ls* be the lines

```````````````````````````````` example
Expand Down

0 comments on commit 005fc58

Please sign in to comment.