Nested Lists and Task Lists in Markdown
From the Markdown cheat sheet ยท Lists and Tasks ยท verified Aug 2026
Nested Lists and Task Lists
Nest list content and create GFM checkboxes.
markdown
- Parent
- Child
- Grandchild๐ Indent child items beneath the parent content
๐ Task lists are a GFM extension
โก Use lowercase x to mark a completed task
๐ฏ Keep project tracking out of permanent reference docs
nested-liststask-listsgfm
Continue with Markdown
Save the full cheat sheet or work through every related task.