You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
278 B
Plaintext

snippet s
# ${1:Section Name}
${2}
endsnippet
snippet ss "Sub Section" b
## ${1:Section Name}
${2}
endsnippet
snippet sss
### ${1:Section Name}
${2}
endsnippet
snippet link
[${1:text}](${2:http://url.com})
endsnippet
snippet img
![${1:pic}](${2:path} ${3:title})
endsnippet