Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 654 Bytes

ordered-list.md

File metadata and controls

31 lines (24 loc) · 654 Bytes
description
Add an ordered list to a page to create instructions or steps — perfect when you need to write a guide.

Ordered lists

Ordered lists, also called numbered lists, help you prioritize items or create a list of steps.

Example of ordered list

  1. Item 1
    1. Nested item 1.1
      1. Nested item 1.1.1
    2. Nested item 1.2
  2. Item 2
  3. Item 3

{% hint style="info" %} To create nested items, you can use Tab to indent and ⇧ + Tab to outdent. {% endhint %}

Representation in Markdown

1. Item 1
   1. Nested item 1.1
      1. Nested item 1.1.1
   2. Nested item 1.2
2. Item 2
3. Item 3