@@ -7338,12 +7338,13 @@ A [link destination](@) consists of either
7338
7338
closing `>` that contains no line breaks or unescaped
7339
7339
`<` or `>` characters, or
7340
7340
7341
- - a nonempty sequence of characters that does not include
7342
- ASCII space or control characters, and includes parentheses
7343
- only if (a) they are backslash-escaped or (b) they are part of
7344
- a balanced pair of unescaped parentheses. (Implementations
7345
- may impose limits on parentheses nesting to avoid performance
7346
- issues, but at least three levels of nesting should be supported.)
7341
+ - a nonempty sequence of characters that does not start with
7342
+ `<`, does not include ASCII space or control characters, and
7343
+ includes parentheses only if (a) they are backslash-escaped or
7344
+ (b) they are part of a balanced pair of unescaped parentheses.
7345
+ (Implementations may impose limits on parentheses nesting to
7346
+ avoid performance issues, but at least three levels of nesting
7347
+ should be supported.)
7347
7348
7348
7349
A [link title](@) consists of either
7349
7350
@@ -7446,7 +7447,7 @@ Pointy brackets that enclose links must be unescaped:
7446
7447
```````````````````````````````` example
7447
7448
[link](<foo\>)
7448
7449
.
7449
- <p><a href="%3Cfoo%3E"> link</a> </p>
7450
+ <p>[ link](<foo>) </p>
7450
7451
````````````````````````````````
7451
7452
7452
7453
0 commit comments