Skip to content

Commit

Permalink
Add example with unbalanced parens in link destination.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 11, 2019
1 parent 3b877ee commit d39b094
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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\))
.
Expand Down

0 comments on commit d39b094

Please sign in to comment.