Add GitHub markdown checklist snippet

This commit is contained in:
Kenneth Benzie 2016-04-29 22:35:47 +02:00
parent f1ca0bb4b6
commit 8b08a3140a

View File

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