init
This commit is contained in:
5
snippets/org-mode/img
Normal file
5
snippets/org-mode/img
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: img
|
||||
# key: img_
|
||||
# --
|
||||
<img src="$1" alt="$2" align="${3:left}" title="${4:image title}" class="img" $5/>$0
|
||||
Reference in New Issue
Block a user