summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/markdown-mode/img
blob: 9a0db4fabc72323305d7edebf6e75287befac610 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Image
# contributor: Peng Deng <dengpeng@gmail.com>
# key: img
# --
![${1:Alt Text}](${2:URL} $3) $0