aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-19 17:37:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-19 17:37:52 -0700
commit716204e21277d78d739c6d0df41acbfec2ca4119 (patch)
tree35202141931f1a880a4326e1e07b299c4cbc8522 /spec.txt
parent9dc64f19002ed30a635ada88c06dece7cc969547 (diff)
Add test for [test](<url\>). Closes #562.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 91551e5..373c907 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7417,6 +7417,15 @@ bar>)
bar>)</p>
````````````````````````````````
+Pointy brackets that enclose links must be unescaped:
+
+```````````````````````````````` example
+[link](<foo/>)
+.
+<p><a href="%3Cfoo%3E">link</a></p>
+````````````````````````````````
+
+
Parentheses inside the link destination may be escaped:
```````````````````````````````` example