Mermaid¶
Overview¶
graph LR
A[Start] --> B{Error?};
B -->|Yes| C[Hmm...];
C --> D[Debug];
D --> B;
B ---->|No| E[Yay!];
Feature¶
It intergrate with various toolset: GitHub, everything kind of README or docs, mkdocs material
It learning path is easy with complex example.
It is text based. So you can search content on it. So cool.