Skip to content

Mermaid diagramsΒΆ

Here's the example from MkDocs Material documentation:

graph LR A[Start] --> B{Error?}; B -->|Yes| C[Hmm...]; C --> D[Debug]; D --> B; B ---->|No| E[Yay!];