You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, unchecked item requires exactly one space inside square brackets. It leads to typing errors, especially in editors without monospaced fonts, for example, some apps on phones.
This issue was encountered when using markdown, but it also applies to djot. Also, when writing this issue on GitHub from the browser, the text box does not use monospaced fonts.
Therefore, allow underscore in task list to denote unchecked item.
Why underscore?
Because the unchecked box will look like an empty box in the source code.
Take a look at the following example:
- [_] unchecked item with underscore
- [ ] unchecked item with space
- [x] checked item with lowercase letter x
- [X] checked item with uppercase letter X
The text was updated successfully, but these errors were encountered:
Currently, unchecked item requires exactly one space inside square brackets. It leads to typing errors, especially in editors without monospaced fonts, for example, some apps on phones.
This issue was encountered when using markdown, but it also applies to djot. Also, when writing this issue on GitHub from the browser, the text box does not use monospaced fonts.
Therefore, allow underscore in task list to denote unchecked item.
Why underscore?
Because the unchecked box will look like an empty box in the source code.
Take a look at the following example:
The text was updated successfully, but these errors were encountered: