esc to dismiss
x
Mermaid Diagrams
    Important

    This is the documentation for v3.5.0 and lower, for documentation for v4.0.0 and higher, see https://obsidian-html.github.io/

    Mermaid diagram code is converted into an actual diagram in the HTML output.

    flowchart LR Start --> Stop

    Example code:

     \``` mermaid
      flowchart LR  
        Start --> Stop 
     \```
    
    x