From f7674adac1f1b0c6db093645e815365622bb187c Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Sat, 18 Jun 2016 23:11:55 -0400 Subject: Remove broken link The term is actually labeled "paragraph continuation text", which wouldn't fit in this sentence. Removing the link altogether is consistent with other usages of "paragraph continuation line". --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.txt b/spec.txt index 5f712ff..6f7dffd 100644 --- a/spec.txt +++ b/spec.txt @@ -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 a paragraph continuation line. A block quote can be empty: -- cgit v1.2.3 From 3124090cc2f84d8e82194061a61e4b420bdd2fcc Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Sun, 19 Jun 2016 14:14:03 -0400 Subject: Fix capitalization error --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.txt b/spec.txt index 6f7dffd..0b1b3a5 100644 --- a/spec.txt +++ b/spec.txt @@ -7956,7 +7956,7 @@ consists of a [link label] that [matches] a [link reference definition] elsewhere in the document and is not followed by `[]` or a link label. The contents of the first link label are parsed as inlines, -which are used as the link's text. the link's URI and title +which are used as the link's text. The link's URI and title are provided by the matching link reference definition. Thus, `[foo]` is equivalent to `[foo][]`. -- cgit v1.2.3