First commit.
This commit is contained in:
8
snippets/org-mode/img
Normal file
8
snippets/org-mode/img
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: img
|
||||
# key: img
|
||||
# uuid: img
|
||||
# --
|
||||
#+attr_html: :alt $2 :align ${3:left} :class img
|
||||
[[${1:src}]${4:[${5:title}]}]
|
||||
`%`$0
|
Reference in New Issue
Block a user