From d1df6854fb487ce42150e6c7c393279f1c4f0ab5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 22 Jan 2023 22:38:58 +0000 Subject: issues: Allow checkboxes without a space. * issues/allow-checkboxes-without-a-space.gmi: New file. * tissue/issue.scm (file-details): Add TODO note. --- issues/allow-checkboxes-without-a-space.gmi | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 issues/allow-checkboxes-without-a-space.gmi (limited to 'issues') diff --git a/issues/allow-checkboxes-without-a-space.gmi b/issues/allow-checkboxes-without-a-space.gmi new file mode 100644 index 0000000..c8d93d1 --- /dev/null +++ b/issues/allow-checkboxes-without-a-space.gmi @@ -0,0 +1,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 +``` -- cgit v1.2.3