From 9dc64f19002ed30a635ada88c06dece7cc969547 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Mar 2019 10:16:04 -0700 Subject: Disallow unescaped `(` in parenthesized link titles. Closes #526. --- spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.txt b/spec.txt index b86079e..91551e5 100644 --- a/spec.txt +++ b/spec.txt @@ -7332,7 +7332,8 @@ A [link title](@) consists of either backslash-escaped, or - a sequence of zero or more characters between matching parentheses - (`(...)`), including a `)` character only if it is backslash-escaped. + (`(...)`), including a `(` or `)` character only if it is + backslash-escaped. Although [link titles] may span multiple lines, they may not contain a [blank line]. -- cgit v1.2.3