Adding - [x] on to an empty file and trying to increment [x] increments on instead of toggling [x].
I tried adding this to the setup to be able to toggle markdown checkboxes but it didn't work :/
{"[ ]", "[x]"},
{"-[ ]", "-[x]"},
{"- [ ]", "- [x]"},
{"- []", "- [x]"},
Any idea on why this is happening?