feat: support Mermaid charts
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
I'll take a look!
@GregHattJr I found myself looking for this and I found a pretty easy way to get started with it by using JS rendering of the charts rather than SVG, so I'm going to throw together a quick plugin
Done and done! https://github.com/blurry-dev/blurry-plugin-mermaid