Support diagram via codeblock

Could do guys support diagram via codeblock like typora does?

Mermaid can be used to support diagram feature.

by writing the following code

    ```mermaid
    graph TD
      A[Christmas] -->|Get money| B(Go shopping)
      B --> C{Let me think}
      C -->|One| D[Laptop]
      C -->|Two| E[iPhone]
      C -->|Three| F[fa:fa-car Car]
    ```

we can get

visit mermaid-js.github.io/mermaid-live-editor/ to see more examples

8 Likes

Hi there,

for the moment we don’t have plans for this, but thanks for the suggestion :slight_smile:

Best.

I want to add my +1 for this feature, or some other way to incorporate Markdown flowcharts in a future version.

1 Like

I’ve added your vote to this request :slightly_smiling_face: