summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-02 23:16:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-02 23:16:33 -0800
commitdde1261a1c3cd70b1b741fbb1d2a4ae4ce23830c (patch)
tree55291c8429c24c6a82297496a55a6aae7b507120 /spec.txt
parentf3226a21fbfa3c3839485f776d65f7636f316244 (diff)
Minor reformatting.
Ensure that labels for anchors don't break lines.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec.txt b/spec.txt
index ede0a3c..2f3c2c7 100644
--- a/spec.txt
+++ b/spec.txt
@@ -321,8 +321,8 @@ Markdown document.
A line consisting of 0-3 spaces of indentation, followed by a sequence
of three or more matching `-`, `_`, or `*` characters, each followed
-optionally by any number of spaces, forms a [horizontal
-rule](@horizontal-rule).
+optionally by any number of spaces, forms a
+[horizontal rule](@horizontal-rule).
.
***
@@ -3506,8 +3506,8 @@ delimiter (either `.` or `)`).
A list is an [ordered list](@ordered-list)
if its constituent list items begin with
-[ordered list markers](#ordered-list-marker), and a [bullet
-list](@bullet-list) if its constituent list
+[ordered list markers](#ordered-list-marker), and a
+[bullet list](@bullet-list) if its constituent list
items begin with [bullet list markers](#bullet-list-marker).
The [start number](@start-number)
@@ -6339,8 +6339,8 @@ is followed by a link label (even though `[bar]` is not defined):
## Images
Syntax for images is like the syntax for links, with one
-difference. Instead of [link text](#link-text), we have an [image
-description](@image-description). The rules for this are the
+difference. Instead of [link text](#link-text), we have an
+[image description](@image-description). The rules for this are the
same as for [link text](#link-text), except that (a) an
image description starts with `![` rather than `[`, and
(b) an image description may contain links.