Vivify-Ideas / vue-simple-markdown

A Simple and Highspeed Markdown Parser for Vue
MIT License
83 stars 17 forks source link

Linkable image support #55

Open ajmas opened 3 years ago

ajmas commented 3 years ago

It would be useful to have linkable image support, as provided by some markdown implementations:

[![images](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)](http://www.githib.com)

When I do try it I end up with mangled content:

<a href="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" target="_blank"><img alt="images</a>" src="http://www.githib.com">

BTW this is supported by the markdown implementation used by Github, as demonstrated

images