markdown-js icon indicating copy to clipboard operation
markdown-js copied to clipboard

Mixing italic and Link Markdown destroyes the link.

Open TheFive opened this issue 10 years ago • 1 comments
trafficstars

[something_withunderscore}(www.google.de/link_withunderscore]

->>> HTML

[something<em>withunderscore}(www.google.de/link</em>withunderscore]

TheFive avatar Oct 21 '15 19:10 TheFive

+1 Parser should prioritize hyperlink markdown notation before italics

eliath avatar Feb 29 '16 19:02 eliath