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