summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-03 10:24:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-03 10:24:29 -0700
commit732207b00176856dd8101a27e8d31a90926fa4da (patch)
treea800b00d7aca318d3115e0010c5ff77bcc65747a /test
parent8ceba9fbde543f3b1711c0ebf476f16d3b606da5 (diff)
Update spec
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 4162938..4a3923e 100644
--- a/test/spec.txt
+++ b/test/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: