I developed a mermaid integration to deno-gfm. I think lots of people would like this feature, moreover, it closes the gap between deno-gfm capabilities and the real GFM available in GitHub.
This implementation is a bit trickery, but mermaid requires including some JS in your page. I made a backup behavior in case the client doesn't handle JavaScript: a code block is displayed.
Hello!
I developed a mermaid integration to deno-gfm. I think lots of people would like this feature, moreover, it closes the gap between deno-gfm capabilities and the real GFM available in GitHub.
You can see the corresponding documentation here.
This implementation is a bit trickery, but mermaid requires including some JS in your page. I made a backup behavior in case the client doesn't handle JavaScript: a code block is displayed.