aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-20 09:52:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-20 09:52:25 -0700
commitc15358fdd7947a4bc06c0897b9eb28d40d5df7da (patch)
tree96487e600d20af42ac99d5ead5b4981ed9fddf5e /spec.txt
parent47c27a07ce9d823114fecbaa01ebcc787c80db57 (diff)
Cleaned up terminology around lazy continuation lines.
Added some links.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec.txt b/spec.txt
index 0b1b3a5..ba3d2eb 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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: