summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-11 11:16:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-11 11:16:07 -0700
commit23e31a709cb390770bcdee8808ca4265707e7722 (patch)
treeb6248284c2c7f150b6062e053d8ce7f358e25f1c /spec.txt
parent81de8a753da76566a52a1c8dd80e4d3784e78567 (diff)
parenta6722b8a737eaefdf3d757227036deb4f10492db (diff)
Merge branch 'master' of https://github.com/ArtyomKazak/stmd
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec.txt b/spec.txt
index c06f750..4a9e9fd 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
@@ -2010,9 +2010,9 @@ The following rules define [block quotes](#block-quote):
<a id="block-quote"></a>
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