diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 11 |
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: |