A plugin for drawing flowcharts and diagrams using mermaid.js in Markdown code block.
ipm install mermaid
```mermaid
graph LR
A --- B
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner);
```
It will be rendered as:
```mermaid
sequenceDiagram
participant Alice
participant Bob
Alice->John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
```
It will be rendered as:
Updated to the latest mermaid version (8.9.2) [April 13, 2021]
Updated to the latest mermaid version (8.8.0) [October 2, 2020]
Updated to the latest mermaid version [December 20, 2019]