doomed/snippets/org-mode/Mermaid-Flowchart

9 lines
No EOL
190 B
Text

# key: mermaid-Flow
# name: Mermaid-Flowchart
# --
#+begin_src mermaid :file test.png
flowchart LR
${0:a}---${1:b}
example[title in the box]
unicode["This ❤ Unicode"]
#+end_src