evilstreak / markdown-js

A Markdown parser for javascript
7.69k stars 863 forks source link

Mixing italic and Link Markdown destroyes the link. #258

Open TheFive opened 8 years ago

TheFive commented 8 years ago
[something_withunderscore}(www.google.de/link_withunderscore]

->>> HTML

[something<em>withunderscore}(www.google.de/link</em>withunderscore]
eliath commented 8 years ago

+1 Parser should prioritize hyperlink markdown notation before italics