Add image link snippet for markdown

This commit is contained in:
Kenneth Benzie 2016-09-19 21:29:56 +01:00 committed by Kenneth Benzie (Benie)
parent 5cb929dcd2
commit 7556af76b9

View File

@ -3,3 +3,7 @@ snippet code "code section"
$0 $0
``` ```
endsnippet endsnippet
snippet ! "image link"
![${1:alt}](${2:src}${3: "${4:title}"})
endsnippet