diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-01 16:06:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 16:06:57 -0700 |
commit | 3053251d9d53c10dbdde304b1d35c178732cc3da (patch) | |
tree | 218b292cb4ad9aa236fb8b835b0d2f47a3c6269f | |
parent | 7355cc6e17b0ad4d8bbda685af35f4ae297a15f5 (diff) | |
parent | 750959960b89a029db2ed113cd739e39fe4b91ad (diff) |
Merge pull request #457 from aidantwoods/patch-1
Clarify precedence of thematic break
-rw-r--r-- | spec.txt | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -3648,11 +3648,15 @@ 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 first list item in a [list] 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. + Exceptions: + + 1. When the first list item in a [list] 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. + 2. If any line is a [thematic break][thematic breaks] then + that line is not a list item. For example, let *Ls* be the lines |