From d39b0941f070c420c1315b74b192f0f3ec312729 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 11 Nov 2019 12:38:03 -0800 Subject: Add example with unbalanced parens in link destination. See commonmark/commonmark.js#177. --- spec.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec.txt b/spec.txt index 8f9ac0b..1197d1b 100644 --- a/spec.txt +++ b/spec.txt @@ -7621,6 +7621,13 @@ balanced: However, if you have unbalanced parentheses, you need to escape or use the `<...>` form: +```````````````````````````````` example +[link](foo(and(bar)) +. +

[link](foo(and(bar))

+```````````````````````````````` + + ```````````````````````````````` example [link](foo\(and\(bar\)) . -- cgit v1.2.3