summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-11 10:52:06 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-11 10:52:06 -0800
commit10d6247fbb2ae7f9c3e4e7e75384bcb990d83464 (patch)
treed43ff0bac77779fcb7a74ae8eba2242cc8be4fb7 /test
parentbdcadff5dfb6f9513b7c109bf1523b6003406c53 (diff)
Updated spec.txt.
Currently there is one failing case. See #97.
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 690d975..d0575f4 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -7120,6 +7120,13 @@ bar>)
bar>)</p>
````````````````````````````````
+Parentheses inside the link destination may be escaped:
+
+```````````````````````````````` example
+[link](\(foo\))
+.
+<p><a href="(foo)">link</a></p>
+````````````````````````````````
One level of balanced parentheses is allowed without escaping:
@@ -7129,7 +7136,6 @@ One level of balanced parentheses is allowed without escaping:
<p><a href="(foo)and(bar)">link</a></p>
````````````````````````````````
-
However, if you have parentheses within parentheses, you need to escape
or use the `<...>` form: