diff options
author | Benjamin Dumke-von der Ehe <mail@benjamin-dumke.de> | 2014-09-01 17:09:48 +0200 |
---|---|---|
committer | Benjamin Dumke-von der Ehe <mail@benjamin-dumke.de> | 2014-09-01 17:09:48 +0200 |
commit | 5b274b279b2b7bea3cb08844019f866172050c01 (patch) | |
tree | aba95daedad96a05c6dea412ef4ad09b1d0d2ab7 | |
parent | 3467638f42dfec549163ea139fde2e2b4d7370eb (diff) |
Fix definition of list item laziness
By definition, the text after the list item cannot be paragraph continuation text. Rather, this rule refers to removing indentation when there's paragraph continuation text immediately after the (to be removed fully or partially) indentation.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2817,7 +2817,7 @@ Four spaces indent gives a code block: 4. **Laziness.** If a string of lines *Ls* constitute a [list item](#list-item) with contents *Bs*, then the result of deleting some or all of the indentation from one or more lines in which the - next non-space character after the [list marker](#list--marker) is + next non-space character after the indentation is [paragraph continuation text](#paragraph-continuation-text) is a list item with the same contents and attributes. |