Allow checkboxes without a space

Checkboxes without a space in them are not detected correctly by our issue gemtext parser. They should be.

In the example below, the first checklist item is not detected correctly.

* [] Checkbox without a space
* [ ] Checkbox with a space
* [x] Completed checkbox
(made with skribilo)