Cimbali / markdown-viewer

Markdown (.md) file viewer WebExtension for your browser.
Other
162 stars 29 forks source link

add mermaid support #103

Open s-light opened 1 year ago

s-light commented 1 year ago

i like the rendered diagrams from mermaid

would be nice to add mermaid support for this viewer :-)

it seems that the newest/maintained markdown-it plugin i found are (not listed on the integrations page..)

the other option without plugin seems to be some hacky script embedding...

Cimbali commented 1 year ago

Thanks for suggesting! I was looking at that too.

For the plugin I think we should stick to a really simple one that just adds a class="mermaid" to the graph source code, and then include the mermaid scripts -- as opposed to trying to render the SVG in the markdown machinery.