Can't load svg
- Markwon version: latest
- Library is not showing svg included in markdown.
- Example from content:
<svg xmlns="http://www.w3.org/2000/svg" aria-label="Facebook" role="img" viewBox="0 0 512 512" width="32"><rect width="512" height="512" rx="15%"fill="#1877f2"/><path d="M355.6 330l11.4-74h-71v-48c0-20.2 9.9-40 41.7-40H370v-63s-29.3-5-57.3-5c-58.5 0-96.7 35.4-96.7 99.6V256h-65v74h65v182h80V330h59.6z" fill="#fff"/></svg> [**Facebook Cafe Nauka**](https://www.facebook.com/cafenauka)
Adding svg media decoder doesn't help.
Hello @kosiarska ,
you are using HTML syntax to define SVG, so you would need to use HtmlPlugin along with created svg tag handler - it is not supported out of box. It might be a little complicated as you would need to parse all the children tags too.
As a workaround it is possible to base64 encode the SVG and use it as a regular markdown image:

@kosiarska
do not open duplicate issues - #437
I'm not sure I understand you properly.
If you want to be helped, you need to prepare you issue accordingly. There is no code, no markdown text sample, no configuration example, nothing. But enough of requests, that could not be fulfilled without proper data. So, please, instead of opening new issues, and giving guiding advices, focus on your own.
- Look for existing issues.
- Look for sample application, there are a lot of working code samples
- Nothing? Start with proper definition of your issue
- Be respectful to other participants, there is no obligation for people to spend their time on your issue, especially if it is mispresented or inappropriate