summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorBenjamin Dumke-von der Ehe <mail@benjamin-dumke.de>2014-09-01 17:09:48 +0200
committerBenjamin Dumke-von der Ehe <mail@benjamin-dumke.de>2014-09-01 17:09:48 +0200
commit5b274b279b2b7bea3cb08844019f866172050c01 (patch)
treeaba95daedad96a05c6dea412ef4ad09b1d0d2ab7 /spec.txt
parent3467638f42dfec549163ea139fde2e2b4d7370eb (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.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 94920de..a975935 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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.