diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-25 17:53:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-25 17:53:57 -0700 |
commit | 37276f33bc7d873cc82c4597d2c788b9dbe1c22d (patch) | |
tree | c06d494ec5280910742e5a2ad1d32d8d376c8eb7 | |
parent | 72406ff04d9a58613ae7ff461dacac9dea3cdb3f (diff) |
Clarified mention of "lazy line" with link and further example.
See #91.
-rw-r--r-- | spec.txt | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -815,7 +815,8 @@ of dashes"/> <p>of dashes"/></p> . -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: <hr /> . +. +- Foo +--- +. +<ul> +<li>Foo</li> +</ul> +<hr /> +. + 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.<a + id="lazy-continuation-line"></a> -Here is an example with lazy continuation lines: +Here is an example with [lazy continuation +lines](#lazy-continuation-line): . 1. A paragraph |