da4494d ←3ebd4daantonApr 7, 2026 api

edit demo.md via macOS

M /docs/undefined +9 -0
+ inserted paragraph inline mermaid code block — rendered server-side as SVG:
+ inserted code block graph LR A[write] --> B[push] --> C[rendered]
+ inserted paragraph see mermaid for all three ways to use mermaid.
M /docs/undefined +9 -0
124 unmodified lines
125</div>
126
127## mermaid diagrams
128
129inline mermaid code block — rendered server-side as SVG:
130
131```mermaid
132graph LR
133 A[write] --> B[push] --> C[rendered]
134```
135
136embed a `.mmd` file as a rendered SVG using content block syntax:
137
138/demo.mmd
139
140or with Obsidian syntax:
141
142![[demo.mmd]]
143
144see [mermaid](mermaid.md) for all three ways to use mermaid.
145
146## excalidraw diagrams
147
148embed an `.excalidraw` file the same way:
149
5 unmodified lines