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 0d9cd0cf9d
commit c30804c20d

View File

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