Can we draw a flow chart or block diagram in the Zettlr ?
I found it support "mermaid" to draw graph.
ref: https://mermaid-js.github.io/mermaid/#/
simple code example
graph LR; A-->B B-->C C-->D D-->A
Comments
I found it support "mermaid" to draw graph.
ref: https://mermaid-js.github.io/mermaid/#/
simple code example