diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-19 17:46:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-19 17:46:23 -0700 |
commit | be18e71f5baec16da794b0f006071799fc9a4db0 (patch) | |
tree | dd2c1bf31ebf4fc7ec9b7cde28ddf9fdc8485bd2 /test | |
parent | ecd0c8c23f011e845ca96704b154083c0f07a994 (diff) |
Update spec. Fix `[link](<foo\>)`.
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt index 91551e5..dc944d0 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -7417,6 +7417,15 @@ bar>) bar>)</p> ```````````````````````````````` +Pointy brackets that enclose links must be unescaped: + +```````````````````````````````` example +[link](<foo\>) +. +<p><a href="%3Cfoo%3E">link</a></p> +```````````````````````````````` + + Parentheses inside the link destination may be escaped: ```````````````````````````````` example |