doomed/snippets/org-mode/Mermaid-Flowchart

9 lines
190 B
Text
Raw Normal View History

2024-09-19 18:29:00 +02:00
# 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