SimonWaldherr / micromarkdown.js

convert markdown to html in under 5kb
http://simonwaldherr.github.io/micromarkdown.js/
MIT License
208 stars 44 forks source link

Underscores in image URLs are being interpreted as italics! #31

Open davidearl opened 7 years ago

davidearl commented 7 years ago

![alt](http://example.com/test_an_image.jpg) doesn't work, apparently because the two underscores in the URL are being interpreted as Markdown italics. Instead you get the verbatim text with underscores removed (or if viewed in the right context, "an" in italics)