summaryrefslogtreecommitdiff
path: root/issues/allow-checkboxes-without-a-space.gmi
blob: 20d016f3c31bcd7528194cb59c0057d9ca042968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```

* closed