10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: <mermaidjs
|
||
|
# uuid:
|
||
|
# key: <mermaidjs
|
||
|
# condition: t
|
||
|
# --
|
||
|
|
||
|
#+BEGIN_SRC mermaid :results file :file images/$1 :theme dark :background-color transparent :exports results
|
||
|
$2
|
||
|
#+END_SRC
|