9 lines
No EOL
190 B
Text
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 |