add markdown snippets and front matter syntax

This commit is contained in:
Nick Nisi
2016-01-04 14:48:32 -06:00
parent 1041d53ac4
commit 8b644574dc
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
snippet code
\`\`\`${1}
\`\`\`
snippet a
[${1:text}](${2:http://})
snippet img
![${1:alt}](${2:http://})