Writing content
Lists
Ordered, unordered, nested, and task lists.
Ordered lists#
- First item
- Second item
- Third item
Unordered lists#
Use -, *, or + markers:
- First item
- Second item
- Third item
Nested lists#
Indent nested items with two or more spaces:
- Parent
- Child A
- Child B
- Next parent
Task lists#
GitHub-flavored Markdown task lists are supported:
- Build docs route
- Add navigation to
docs.json - Write more examples
For multi-step procedures with numbered circles and titles, prefer the Steps component.
Last updated on