diff --git a/test/specs/new/links_paren.html b/test/specs/new/links_paren.html new file mode 100644 index 0000000000..375c0f0cf1 --- /dev/null +++ b/test/specs/new/links_paren.html @@ -0,0 +1,5 @@ +

(one) (two)

+ +

(one) (two)

+ +

(one) (two)

diff --git a/test/specs/new/links_paren.md b/test/specs/new/links_paren.md new file mode 100644 index 0000000000..96f106ce03 --- /dev/null +++ b/test/specs/new/links_paren.md @@ -0,0 +1,5 @@ +([one](http://example.com/1)) ([two](http://example.com/2)) + +([one](http://example.com/1)) ([two](http://example.com/2)) + +([one](http://example.com/1 "a")) ([two](http://example.com/2 "b"))