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.

More Markdown tasks

Back to the full Markdown cheat sheet