@@ -3240,8 +3240,8 @@ Four spaces gives us a code block:
32403240````````````````````````````````
32413241
32423242
3243- The Laziness clause allows us to omit the `>` before a
3244- paragraph continuation line :
3243+ The Laziness clause allows us to omit the `>` before
3244+ [ paragraph continuation text] :
32453245
32463246```````````````````````````````` example
32473247> # Foo
@@ -3347,8 +3347,8 @@ foo
33473347````````````````````````````````
33483348
33493349
3350- Note that in the following case, we have a paragraph
3351- continuation line:
3350+ Note that in the following case, we have a [lazy
3351+ continuation line] :
33523352
33533353```````````````````````````````` example
33543354> foo
@@ -3370,7 +3370,7 @@ To see why, note that in
33703370
33713371the `- bar` is indented too far to start a list, and can't
33723372be an indented code block because indented code blocks cannot
3373- interrupt paragraphs, so it is a [paragraph continuation line ].
3373+ interrupt paragraphs, so it is [paragraph continuation text ].
33743374
33753375A block quote can be empty:
33763376
@@ -4439,13 +4439,18 @@ So, in this case we need two spaces indent:
44394439- foo
44404440 - bar
44414441 - baz
4442+ - boo
44424443.
44434444<ul>
44444445<li>foo
44454446<ul>
44464447<li>bar
44474448<ul>
4448- <li>baz</li>
4449+ <li>baz
4450+ <ul>
4451+ <li>boo</li>
4452+ </ul>
4453+ </li>
44494454</ul>
44504455</li>
44514456</ul>
@@ -4460,11 +4465,13 @@ One is not enough:
44604465- foo
44614466 - bar
44624467 - baz
4468+ - boo
44634469.
44644470<ul>
44654471<li>foo</li>
44664472<li>bar</li>
44674473<li>baz</li>
4474+ <li>boo</li>
44684475</ul>
44694476````````````````````````````````
44704477
@@ -7956,7 +7963,7 @@ consists of a [link label] that [matches] a
79567963[link reference definition] elsewhere in the
79577964document and is not followed by `[]` or a link label.
79587965The contents of the first link label are parsed as inlines,
7959- which are used as the link's text. the link's URI and title
7966+ which are used as the link's text. The link's URI and title
79607967are provided by the matching link reference definition.
79617968Thus, `[foo]` is equivalent to `[foo][]`.
79627969
0 commit comments