aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-17 10:16:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-17 10:16:04 -0700
commit9dc64f19002ed30a635ada88c06dece7cc969547 (patch)
treea61a2207b67f6d095c1ee2a7ff4ce2b14a57db99 /spec.txt
parent4b43238c46f2181cbf4618a23e1c2b0bf34723b3 (diff)
Disallow unescaped `(` in parenthesized link titles.
Closes #526.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 2 insertions, 1 deletions
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].