We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124c576 commit 2b63f3bCopy full SHA for 2b63f3b
test/specs/new/links_paren.html
@@ -0,0 +1,5 @@
1
+<p>(<a href="http://example.com/1">one</a>) (<a href="http://example.com/2">two</a>)</p>
2
+
3
4
5
+<p>(<a href="http://example.com/1" title="a">one</a>) (<a href="http://example.com/2" title="b">two</a>)</p>
test/specs/new/links_paren.md
+([one](http://example.com/1)) ([two](http://example.com/2))
+([one](http://example.com/1 "a")) ([two](http://example.com/2 "b"))
0 commit comments