Mermaid lets you write diagrams directly in Markdown using fenced code blocks. The theme detects mermaid code fences automatically and renders them as diagrams on the page.
```mermaid
graph TD
A[Write Markdown] --> B[Render Diagram]
B --> C[Ship Docs]
```
The theme will:
language-mermaid code blocks into Mermaid containersgraph TD
A[Write Markdown] --> B[Render Diagram]
B --> C[Ship Docs]