Permalink
Browse files
Add example with unbalanced parens in link destination.
- Loading branch information
Showing
with
7 additions
and
0 deletions.
-
+7
−0
spec.txt
|
@@ -7621,6 +7621,13 @@ balanced: |
|
|
However, if you have unbalanced parentheses, you need to escape or use the |
|
|
`<...>` form: |
|
|
|
|
|
```````````````````````````````` example |
|
|
[link](foo(and(bar)) |
|
|
. |
|
|
<p>[link](foo(and(bar))</p> |
|
|
```````````````````````````````` |
|
|
|
|
|
|
|
|
```````````````````````````````` example |
|
|
[link](foo\(and\(bar\)) |
|
|
. |
|
|
0 comments on commit
d39b094