b7e6a1c ←2464282antonApr 7, 2026 api

edit demo.md via macOS

M /docs/undefined +21 -0
+ inserted heading mermaid diagrams
+ inserted paragraph embed a .mmd file as a rendered SVG using content block synt...
+ inserted content_block
+ inserted paragraph or with Obsidian syntax:
+ inserted content_block
+ inserted paragraph inline mermaid code blocks (planned — not yet supported):
+ inserted code block ```mermaid graph LR A[write] --> B[push] --> C[rendered]...
+ inserted paragraph when supported, inline blocks will render server-side via Se...
M /docs/undefined +21 -0
122 unmodified lines
123<div class="custom-box">
124 <strong>custom HTML box</strong> — this should render as real HTML, not escaped text.
125</div>
126
127## mermaid diagrams
128
129embed a `.mmd` file as a rendered SVG using content block syntax:
130
131/demo.mmd
132
133or with Obsidian syntax:
134
135![[demo.mmd]]
136
137inline mermaid code blocks (planned — not yet supported):
138
139````
140```mermaid
141graph LR
142 A[write] --> B[push] --> C[rendered]
143```
144````
145
146when supported, inline blocks will render server-side via Selkie — no client-side JavaScript. see [mermaid](mermaid.md) for details.
147
148---
149
150that'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.