Add GitHub markdown checklist snippet

This commit is contained in:
Kenneth Benzie (Benie) 2016-04-29 22:35:47 +02:00
parent ce7f2afde0
commit 7335932f97

View File

@ -3,3 +3,7 @@ snippet code "code section"
$0 $0
``` ```
endsnippet endsnippet
snippet * "GitHub style checkbox"
* [ ] $0
endsnippet