-
-
Couldn't load subscription status.
- Fork 2.5k
Description
I'm always looking for ways to automatically generate diagrams in blog posts using DSLs rather than WYSIWYG solutions.
I've read this blog post from GitHub where they have integrated a really nice looking solution for using diagram generation from MD files
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
There is a plugin for remark which seems like it could integrate easily.
https://github.com/sjwall/mdx-mermaid
I've already considered a solution using draw.io integrated into VSCode using SVG diagrams. This was in a previous issue on this repo as a good solution to solve this issue. Without being tied specifically to a VSCode and one extension, especially now this project.
Given the large amount of supported platforms this doesn't seem too big of a risk to add
https://mermaid-js.github.io/mermaid/#/./integrations
Would you be interested in me trying this out an possibly posing a PR if it works well enough?