diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-06-20 09:52:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-20 09:52:25 -0700 |
commit | c15358fdd7947a4bc06c0897b9eb28d40d5df7da (patch) | |
tree | 96487e600d20af42ac99d5ead5b4981ed9fddf5e | |
parent | 47c27a07ce9d823114fecbaa01ebcc787c80db57 (diff) |
Cleaned up terminology around lazy continuation lines.
Added some links.
-rw-r--r-- | spec.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3240,8 +3240,8 @@ Four spaces gives us a code block: ```````````````````````````````` -The Laziness clause allows us to omit the `>` before a -paragraph continuation line: +The Laziness clause allows us to omit the `>` before +[paragraph continuation text]: ```````````````````````````````` example > # Foo @@ -3347,8 +3347,8 @@ foo ```````````````````````````````` -Note that in the following case, we have a paragraph -continuation line: +Note that in the following case, we have a [lazy +continuation line]: ```````````````````````````````` example > foo @@ -3370,7 +3370,7 @@ To see why, note that in the `- bar` is indented too far to start a list, and can't be an indented code block because indented code blocks cannot -interrupt paragraphs, so it is a paragraph continuation line. +interrupt paragraphs, so it is [paragraph continuation text]. A block quote can be empty: |