summaryrefslogtreecommitdiff
path: root/issues/allow-checkboxes-without-a-space.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/allow-checkboxes-without-a-space.gmi')
-rw-r--r--issues/allow-checkboxes-without-a-space.gmi14
1 files changed, 14 insertions, 0 deletions
diff --git a/issues/allow-checkboxes-without-a-space.gmi b/issues/allow-checkboxes-without-a-space.gmi
new file mode 100644
index 0000000..20d016f
--- /dev/null
+++ b/issues/allow-checkboxes-without-a-space.gmi
@@ -0,0 +1,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