Improve GitHub markdown checkbox snippet

This commit is contained in:
Kenneth Benzie 2016-11-07 13:34:41 +00:00
parent d0019fdc0d
commit 54a85a5911

View File

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