From 649ce73b841de7c7a3385e1e219b84c61f2081a6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 23 Jun 2016 09:44:08 -0700 Subject: Updated spec.txt. --- test/spec.txt | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/test/spec.txt b/test/spec.txt index 5f712ff..b8a897c 100644 --- a/test/spec.txt +++ b/test/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: @@ -4439,13 +4439,18 @@ So, in this case we need two spaces indent: - foo - bar - baz + - boo .