Post
Mermaid for Real-World Notes
Using Markdown-native diagrams without turning the writing process into a design-tool detour.
Mermaid is strongest when the diagram lives close to the idea it explains.
Instead of opening a separate design tool, you can sketch the system directly in the post and refine only when the writing proves the structure is worth keeping.
flowchart TD
Author[Markdown post] --> Build[11ty build]
Build --> Page[Static HTML page]
Page --> Mermaid[Client-side Mermaid render]
Page --> Reader[Readable article]
That trade-off is why Mermaid wins for a Markdown-first tech blog: the workflow stays lightweight, the source stays diffable, and the diagrams stay easy to update.