Skip to content

Commit e3990d7

Browse files
committed
Update spec.txt.
1 parent ec97a06 commit e3990d7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

test/spec.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7338,12 +7338,13 @@ A [link destination](@) consists of either
73387338
closing `>` that contains no line breaks or unescaped
73397339
`<` or `>` characters, or
73407340

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.)
73477348

73487349
A [link title](@) consists of either
73497350

@@ -7446,7 +7447,7 @@ Pointy brackets that enclose links must be unescaped:
74467447
```````````````````````````````` example
74477448
[link](<foo\>)
74487449
.
7449-
<p><a href="%3Cfoo%3E">link</a></p>
7450+
<p>[link](&lt;foo&gt;)</p>
74507451
````````````````````````````````
74517452

74527453

0 commit comments

Comments
 (0)