Add image link snippet for markdown

This commit is contained in:
Kenneth Benzie 2016-09-19 21:29:56 +01:00
parent 57ab60fdc3
commit cb4a8e527a

View File

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