Mermaid
Use Mermaid when a diagram explains something faster than a paragraph. It is a good fit for flows, simple architectures, state changes, timelines, and other structured visual notes.
Mermaid diagrams are rendered directly inside your note from fenced markdown code blocks.
md
```mermaid
flowchart TD
A[Write note] --> B[Preview diagram]
B --> C[Keep it in the same document]
```- Write your diagram inside a fenced code block with the
mermaidlanguage. - View it in Live Preview or Preview mode.
- Keep diagrams close to the surrounding note, so documentation and visuals stay together.



