mermaid language on a fenced code block.
Components
Mermaid
Create diagrams from a code fence
Use the
Docs7 keeps the source readable in Markdown exports.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create diagrams from a code fence
mermaid language on a fenced code block.
```mermaid
graph LR
A[Write] --> B[Preview] --> C[Publish]
```
Was this page helpful?