deleted paragraph inline mermaid code blocks (planned — not yet supported):
deleted code block ```mermaid
graph LR
A[write] --> B[push] --> C[rendered]...
deleted paragraph when supported, inline blocks will render server-side via Se...
inserted heading excalidraw diagrams
inserted paragraph embed an .excalidraw file the same way:
inserted content_block
M /docs/undefined +0 -5
132 unmodified lines133or with Obsidian syntax:134
135![[demo.mmd]]136
137inline mermaid code blocks (planned — not yet supported):137## excalidraw diagrams138
139````140```mermaid141graph LR142 A[write] --> B[push] --> C[rendered]143```144````139embed an `.excalidraw` file the same way:140
146when supported, inline blocks will render server-side via Selkie — no client-side JavaScript. see [mermaid](mermaid.md) for details.141/excalidraw/simple.excalidraw142
143---144
145that's everything. see [syntax](syntax.md) for reference, [citations](citations.md) for .bib files, [obsidian](obsidian.md) and [ia-writer](ia-writer.md) for editor-specific details.