Mermaid Diagrams
ciderpress bundles rspress-plugin-mermaid so any fenced code block with the mermaid language renders as a diagram. No configuration required.
Flowchart
Code
Output
Sequence diagram
Code
Output
Entity relationship
Code
Output
State diagram
Code
Output
Git graph
Code
Output
Gantt chart
Code
Output
Pie chart
Code
Output
ELK layout
Flowcharts and state diagrams can opt into the ELK layout engine for tidier routing of large or dense graphs. Set layout: elk in the diagram's init directive — no configuration or extra imports needed.
Code
Output
The ELK engine loads lazily in the browser only when a diagram requests it, so it adds nothing to your build output or to diagrams that use the default layout.