Create diagrams in obsidian

Last updated:

OBSIDIANHOWTO

Using mermaid code-block, we can create diagrams.

Example:

flowchart TD
    Start --> Stop

Use subgraph to create box.


references:

https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax#Diagram Mermaid flowchart reference