Writing content

Lists

Ordered, unordered, nested, and task lists.

Ordered lists#

  1. First item
  2. Second item
  3. Third item

Unordered lists#

Use -, *, or + markers:

  • First item
  • Second item
  • Third item

Nested lists#

Indent nested items with two or more spaces:

  1. Parent
    • Child A
    • Child B
  2. 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