A Markdown task list is a checklist created using Markdown syntax. Each item contains a checkbox that can be marked as complete or incomplete. Task lists are commonly used in GitHub repositories, project documentation, issue tracking, personal notes, and team workflows.
Example: - [ ] Write documentation, - [ ] Add screenshots, - [x] Create repository.
