markdown-js
markdown-js copied to clipboard
Mixing italic and Link Markdown destroyes the link.
trafficstars
[something_withunderscore}(www.google.de/link_withunderscore]
->>> HTML
[something<em>withunderscore}(www.google.de/link</em>withunderscore]
+1 Parser should prioritize hyperlink markdown notation before italics