From 5b16a88558f74eee5b4c93e43e895e98f4ea86d6 Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Thu, 11 Sep 2014 04:19:01 +0400 Subject: =?UTF-8?q?Fix=20a=20broken=20link=20to=20the=20=E2=80=9CA=20parsi?= =?UTF-8?q?ng=20strategy=E2=80=9D=20section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Line lengths changed so that the link wouldn't have to be broken.) --- spec.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index c06f750..c4e77b2 100644 --- a/spec.txt +++ b/spec.txt @@ -1994,11 +1994,11 @@ form of the definition is: > transforming X in such-and-such a way is a container of type Y > with these blocks as its content. -So, we explain what counts as a block quote or list item by -explaining how these can be *generated* from their contents. -This should suffice to define the syntax, although it does not -give a recipe for *parsing* these constructions. (A recipe is -provided below in the section entitled [A parsing strategy].) +So, we explain what counts as a block quote or list item by explaining +how these can be *generated* from their contents. This should suffice +to define the syntax, although it does not give a recipe for *parsing* +these constructions. (A recipe is provided below in the section entitled +[A parsing strategy](#appendix-a-a-parsing-strategy).) ## Block quotes -- cgit v1.2.3 From a6722b8a737eaefdf3d757227036deb4f10492db Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Thu, 11 Sep 2014 04:30:08 +0400 Subject: Fix another broken link. --- spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index c4e77b2..4a9e9fd 100644 --- a/spec.txt +++ b/spec.txt @@ -2010,9 +2010,9 @@ The following rules define [block quotes](#block-quote): 1. **Basic case.** If a string of lines *Ls* constitute a sequence - of blocks *Bs*, then the result of appending a [block quote marker] - to the beginning of each line in *Ls* is a [block quote](#block-quote) - containing *Bs*. + of blocks *Bs*, then the result of appending a [block quote + marker](#block-quote-marker) to the beginning of each line in *Ls* + is a [block quote](#block-quote) containing *Bs*. 2. **Laziness.** If a string of lines *Ls* constitute a [block quote](#block-quote) with contents *Bs*, then the result of deleting -- cgit v1.2.3