Add markdown frontmatter snippet

This commit is contained in:
Kenneth Benzie 2017-01-10 20:43:56 +00:00
parent b6ae985dd2
commit 53782a0213

View File

@ -11,3 +11,9 @@ endsnippet
snippet ! "image link" snippet ! "image link"
![${1:alt}](${2:src}${3: "${4:title}"}) ![${1:alt}](${2:src}${3: "${4:title}"})
endsnippet endsnippet
snippet --- "frontmatter" b
---
$0
---
endsnippet