aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 6384390..9bf428d 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7464,6 +7464,15 @@ bar>)
bar>)</p>
````````````````````````````````
+The destination can contain `)` if it is enclosed
+in pointy brackets:
+
+```````````````````````````````` example
+[a](<b)c>)
+.
+<p><a href="b)c">a</a></p>
+````````````````````````````````
+
Pointy brackets that enclose links must be unescaped:
```````````````````````````````` example
@@ -7472,6 +7481,18 @@ Pointy brackets that enclose links must be unescaped:
<p>[link](&lt;foo&gt;)</p>
````````````````````````````````
+These are not links, because the opening pointy bracket
+is not matched properly:
+
+```````````````````````````````` example
+[a](<b)c
+[a](<b)c>
+[a](<b>c)
+.
+<p>[a](&lt;b)c
+[a](&lt;b)c&gt;
+[a](<b>c)</p>
+````````````````````````````````
Parentheses inside the link destination may be escaped:
le> -rw-r--r--tags/2b/ce/31FE6B18.6020@post2.tele.dk/inbox0
-rw-r--r--tags/2b/ce/31FE6B18.6020@post2.tele.dk/old0
-rw-r--r--tags/2b/ce/4F4BAE1C.2080409@fhnw.ch/debian0
-rw-r--r--tags/2b/ce/BCBC5B28-A772-485C-A3F2-352D43611A0B@garycmartin.com/sugar0
-rw-r--r--tags/2b/ce/BCBC5B28-A772-485C-A3F2-352D43611A0B@garycmartin.com/unread0
-rw-r--r--tags/2b/ce/ab7c82f9abd3d55542e6d7beb84960f0@bzed.de/debian0
-rw-r--r--tags/2b/ce/ab7c82f9abd3d55542e6d7beb84960f0@bzed.de/unread0
14 files changed, 0 insertions, 0 deletions