aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-03 10:23:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-03 10:23:48 -0700
commitd7d87f7cd5676658a399770c7d07fa3f5af5b86c (patch)
tree1945d06c42f4350b7adf1769372c80dd48b14f50 /spec.txt
parent58a2565051c3eb5cb40e7b5e39d21554a092ff2b (diff)
Add example w/ reference link w/ empty destination in `<>`.
Closes #172.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 4162938..4a3923e 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2896,6 +2896,17 @@ The link destination may not be omitted:
<p>[foo]</p>
````````````````````````````````
+ However, an empty link destination may be specified using
+ angle brackets:
+
+```````````````````````````````` example
+[foo]: <>
+
+[foo]
+.
+<p><a href="">foo</a></p>
+````````````````````````````````
+
The title must be separated from the link destination by
whitespace: