Open johnfraney opened 2 days ago
To make it easy to add charts to pages, let's add support for Mermaid via mermaid-py: https://mermaidpy.vercel.app/.
mermaid-py
See the docs on how to write a Markdown plugin as a starting point: https://blurry-docs.netlify.app/plugins/write-a-markdown-plugin/
It could be good to export the Mermaid chart as an SVG: https://github.com/ouhammmourachid/mermaid-py/blob/main/tests/test_mermaid.py#L46
I'll take a look!
To make it easy to add charts to pages, let's add support for Mermaid via
mermaid-py
: https://mermaidpy.vercel.app/.See the docs on how to write a Markdown plugin as a starting point: https://blurry-docs.netlify.app/plugins/write-a-markdown-plugin/
It could be good to export the Mermaid chart as an SVG: https://github.com/ouhammmourachid/mermaid-py/blob/main/tests/test_mermaid.py#L46