Skip to content

vitepress-plugin-mermaid-diagramDiagrams without mermaid.js

Build-time Mermaid-compatible SVG rendering. No client-side JS. No heavy dependencies.

Quick Example

Write this in your markdown:

md
```mermaid
graph LR
  A[Markdown] --> B[Parser]
  B --> C[Layout Engine]
  C --> D[SVG Output]
```

And you get:

MarkdownParserLayout EngineSVG Output