## Overview

Use task lists when each item should carry an explicit done or not-done state.

They work well for release preparation, editorial queues, migration follow-ups, and any checklist where progress matters as much as the content itself.

## Markdown Syntax

```markdown
- [ ] Write the overview page
- [x] Add localized examples
  - [ ] Review screenshots
  - [x] Update internal links
```

## Notes

- Task lists follow the same indentation rules as regular Markdown lists.
- Use `[ ]` for pending items and `[x]` for completed items.
- Published readers see static checkboxes and cannot toggle them from the page.