diff options
-rw-r--r-- | test/regression.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt index 6fef3af..4ec2c25 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -121,3 +121,11 @@ Issue #530 - link parsing corner cases <p><a href="%3C%3Cb">a</a></p> <p><a href="%3Cb">a</a></p> ```````````````````````````````` + +Issue commonmark#526 - unescaped ( in link title + +```````````````````````````````` example +[link](url ((title)) +. +<p>[link](url ((title))</p> +```````````````````````````````` |