diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-17 10:16:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-17 10:16:04 -0700 |
commit | 9dc64f19002ed30a635ada88c06dece7cc969547 (patch) | |
tree | a61a2207b67f6d095c1ee2a7ff4ce2b14a57db99 | |
parent | 4b43238c46f2181cbf4618a23e1c2b0bf34723b3 (diff) |
Disallow unescaped `(` in parenthesized link titles.
Closes #526.
-rw-r--r-- | spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]. |