yasnippet-snippets/snippets/markdown-mode/img
2019-03-09 18:35:58 +00:00

6 lines
No EOL
132 B
Text

# -*- mode: snippet -*-
# name: Image
# contributor: Peng Deng <dengpeng@gmail.com>
# key: img
# --
![${1:Alt Text}](${2:URL} $3) $0