Skip to main content
List elements render ordered (numbered) or unordered (bullet) lists with support for nested sub-lists.

Basic list

Ordered list:

Properties

List items

Each item in the items array can be either a simple string or an object with nested sub-items.

Simple string items

Each string item: 1–1000 characters. Supports inline formatting (**bold**, *italic*, {{varName}}, etc.).

Object items with nesting

Use object items to create nested sub-lists:

Object item properties

Children object

The children property allows a nested sub-list with a different list type than the parent:
Use children instead of items when you need the nested list to have a different type (e.g., bullet sub-list inside a numbered list). The legacy items format always inherits the parent’s ordered type.

Inline formatting in list items

List item text supports the same inline formatting as text elements:

Complete example