Task lists in markdown
Check lists or task lists are a way of gauging what has been achieved so far, or not, as the case may be
Task lists (or checklists) create interactive checkboxes in supported applications. They use the following syntax:
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
Which renders as:
- Write the press release
- Update the website
- Contact the media