Ordered Lists

Description

Ordered lists (numbered lists) present items in a specific sequence using numeric markers. They support custom start numbers, nesting, and can contain rich content. The parser preserves numbering and supports custom attributes for styling.

.md markdown syntax

Basic Ordered Lists

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

Lists with Custom Start Numbers

5. Fifth item
6. Sixth item
7. Seventh item

Nested Ordered Lists

1. First item
   1. Nested first
   2. Nested second
2. Second item
3. Third item
   1. Another nested item
   2. And another

Lists with Custom Attributes

.adf-schema.json schema

Examples

Step-by-Step Instructions

Recipe Format

Nested Procedures

Custom Start Number

Mixed Content List

  1. Next Steps

    Continue to Chapter 2arrow-up-right

Last updated