aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-09 22:03:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-09 22:03:45 -0700
commit335ac29043f52a05ae9691dd6fac291400af0ee5 (patch)
tree3ae6b2aacd860546f4dbd401139193fb83e272dc /spec.txt
parent5dd2f055fa3671216d9c0ab5128efe4c74a16aff (diff)
Example showing need for space before title in reference link.
Closes #469.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index b5924fa..6661752 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2880,6 +2880,18 @@ The link destination may not be omitted:
<p>[foo]</p>
````````````````````````````````
+The title must be separated from the link destination by
+whitespace:
+
+```````````````````````````````` example
+[foo]: <bar>(baz)
+
+[foo]
+.
+<p>[foo]: &lt;bar&gt;(baz)</p>
+<p>[foo]</p>
+````````````````````````````````
+
Both title and destination can contain backslash escapes
and literal backslashes: