The following markdown syntax will be rendered as aTask List:
- [ ] This task is incomplete.- [x] This task is completed.Simply click on the checkbox of a task list, or —
Select menu items underParagraph →Task Status;
Follow theCustom Key Binding instructions to assign shortcut keys as needed.
You may want to add a strikethrough on completed tasks automatically like this:

This can be achieved by adding the following Custom CSS:
.task-list-done{/* styles for completed tasks */text-decoration:line-through;}.task-list-not-done{/* styles for incomplete tasks */}If you want a completed task list to display with less contrast, you can add CSS in the formatcolor: #777 to change the text color for selector.task-list-done.
For details on where to put this CSS, please readAdd Custom CSS.