summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/img
blob: 897f6051b9cdbcd383dd88fff848f7ced74109f6 (plain) (tree)
1
2
3
4



                                                   
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <img src="..." class="..." alt="..." />
# --
<img src="$1" class="$2" alt="$3" />