8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: cypher src block + image link
|
|
# key: <n
|
|
# --
|
|
#+begin_src cypher :port 7687 :file ./${1:test}.png
|
|
$0
|
|
#+end_src
|
|
[[./$1.png]] |