From e3990d751b96dbaa91ca9cdb20749c9002402ff6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 26 Mar 2019 12:20:08 -0700 Subject: Update spec.txt. --- test/spec.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test/spec.txt b/test/spec.txt index a53e762..4162938 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -7338,12 +7338,13 @@ A [link destination](@) consists of either closing `>` that contains no line breaks or unescaped `<` or `>` characters, or -- a nonempty sequence of characters that does not include - ASCII space or control characters, and includes parentheses - only if (a) they are backslash-escaped or (b) they are part of - a balanced pair of unescaped parentheses. (Implementations - may impose limits on parentheses nesting to avoid performance - issues, but at least three levels of nesting should be supported.) +- a nonempty sequence of characters that does not start with + `<`, does not include ASCII space or control characters, and + includes parentheses only if (a) they are backslash-escaped or + (b) they are part of a balanced pair of unescaped parentheses. + (Implementations may impose limits on parentheses nesting to + avoid performance issues, but at least three levels of nesting + should be supported.) A [link title](@) consists of either @@ -7446,7 +7447,7 @@ Pointy brackets that enclose links must be unescaped: ```````````````````````````````` example [link]() . -

link

+

[link](<foo>)

```````````````````````````````` -- cgit v1.2.3