confi-emacs-actual/snippets/org-mode/img

8 lines
148 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: img
# key: img
# uuid: img
# --
#+attr_html: :alt $2 :align ${3:left} :class img
[[${1:src}]${4:[${5:title}]}]
`%`$0