support mermaidjs

Issue #95 new
Giacomo Parmigiani created an issue

please add default support for mermaidjs blocks of code with rendering as image, like

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```

https://mermaid-js.github.io/mermaid/#/

Comments (0)

  1. Log in to comment