summaryrefslogtreecommitdiff
path: root/test/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec.txt')
-rw-r--r--test/spec.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 91551e5..dc944d0 100644
--- a/test/spec.txt
+++ b/test/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