blob: c8d93d10760404b13e90de2995c7d4c1eb57811f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Allow checkboxes without a space
* tags: bug
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
```
|