From 5b274b279b2b7bea3cb08844019f866172050c01 Mon Sep 17 00:00:00 2001 From: Benjamin Dumke-von der Ehe Date: Mon, 1 Sep 2014 17:09:48 +0200 Subject: 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. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') 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. -- cgit v1.2.3