Task lists
Add a task list to display tasks that can be completed
Example of a task list
Representation in markdown
- [ ] Hereās a task that hasnāt been done
- [x] Hereās a subtask that has been done, indented using `tab`
- [ ] Hereās a subtask that hasnāt been done.
- [ ] Finally, an item, unidented using `shift` + `tab`.Last updated
Was this helpful?