Add image link snippet for markdown

This commit is contained in:
Kenneth Benzie 2016-09-19 21:29:56 +01:00
parent 961e154d39
commit c8825c5d14

View File

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