1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
Joost De Cock
a2350d1b65 chore(shared): Use chart var for mermaid 2023-04-17 20:10:40 +02:00
Joost De Cock
fb63593486 chore(shared): Removed debug line 2023-04-17 20:06:19 +02:00
Joost De Cock
4cd2eff9a3 feat(shared): Add Mermaid support to MDX pipeline
At the request of @marpants this adds support for mermaid diagrams to
our shared MDX pipeline. Diagrams can be created by using a fenced code
block using the `mermaid` language.

I did not verify to what extend this bloats the bundle. Perhaps that's
something we need to look into later and consider the trade-off. For
now, my main concern is to keep a new contributor happy, so here it goes
:)
2023-04-17 19:58:33 +02:00