Open fazleskhan opened 6 years ago
@fazleskhan MarkdownViewerPlusPlus uses HTML-Renderer to render HTML code but SVG (among many other things) is not supported. Although I guess it's still possible to convert svg images to png files on-the-fly and have them displayed on the screen, I don't think it's worth the effort to do that. I've tried using the WebBrowser
component (Uses IE11) but mermaid has compatibility problems with IE (labels are not displayed). Luckily, Microsoft recently made Edge browser available as a WebView component. I was curious (and it killed me), and got it working:
It's experimental but you can take a look at my fork:
https://github.com/monoblaine/MarkdownViewerPlusPlus/tree/0.8.1
Just use plantUML and it's plugins for Npp instead
Preview support for mermaid diagrams. https://mermaidjs.github.io/
For example
Should display