Improve GitHub markdown checkbox snippet

This commit is contained in:
Kenneth Benzie 2016-11-07 13:34:41 +00:00
parent 0cfdd77021
commit aaf44a53f9

View File

@ -44,5 +44,5 @@ snippet note "NOTE comment"
endsnippet
snippet *x "GitHub style checkbox"
* [${1: }] $0
* [${1:x}] $0
endsnippet