From 37276f33bc7d873cc82c4597d2c788b9dbe1c22d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Oct 2014 17:53:57 -0700 Subject: Clarified mention of "lazy line" with link and further example. See #91. --- spec.txt | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 1c0eef9..a9d01fc 100644 --- a/spec.txt +++ b/spec.txt @@ -815,7 +815,8 @@ of dashes"/>

of dashes"/>

. -The setext header underline cannot be a lazy line: +The setext header underline cannot be a [lazy continuation +line](#lazy-continuation-line) in a list item or block quote: . > Foo @@ -827,6 +828,16 @@ The setext header underline cannot be a lazy line:
. +. +- Foo +--- +. + +
+. + A setext header cannot interrupt a paragraph: . @@ -2885,9 +2896,11 @@ Four spaces indent gives a code block: some or all of the indentation from one or more lines in which the next non-space character after the indentation is [paragraph continuation text](#paragraph-continuation-text) is a - list item with the same contents and attributes. + list item with the same contents and attributes. -Here is an example with lazy continuation lines: +Here is an example with [lazy continuation +lines](#lazy-continuation-line): . 1. A paragraph -- cgit v1.2.3