Add GitHub markdown checklist snippet

This commit is contained in:
Kenneth Benzie 2016-04-29 22:35:47 +02:00
parent b0210e4f5c
commit 91e4ae9983

View File

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