doom/snippets/org-mode/<mermaid

10 lines
224 B
Plaintext
Raw Normal View History

2023-10-14 01:48:58 +00:00
# -*- mode: snippet -*-
# name: <mermaidjs
# uuid: mermaidsnip
2023-10-14 01:48:58 +00:00
# key: <mermaidjs
# condition: t
# --
#+BEGIN_SRC mermaid :results file :file images/$1 :theme dark :background-color transparent :exports results
$2
#+END_SRC