Zero client-side JS
All parsing and SVG rendering happens at build time. Your users download pure SVG.
Build-time Mermaid-compatible SVG rendering. No client-side JS. No heavy dependencies.
Write this in your markdown:
```mermaid
graph LR
A[Markdown] --> B[Parser]
B --> C[Layout Engine]
C --> D[SVG Output]
```And you get: