The reference implementation sees a link here, but pulldown-cmark sees two paragraphs.
linky
Yes, it has to be three parens. Two parens works fine.
Details
Events from pulldown-cmark:
"[~]:([(()))" -> [
Start(Paragraph)
Text(Boxed("[~]:([(()))"))
End(Paragraph)
]
Events from commonmark.js:
XML from commonmark.js:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document SYSTEM "CommonMark.dtd">
<document xmlns="http://commonmark.org/xml/1.0">
</document>