Basic list
Properties
List items
Each item in theitems array can be either a simple string or an object with nested sub-items.
Simple string items
**bold**, *italic*, {{varName}}, etc.).
Object items with nesting
Use object items to create nested sub-lists:Object item properties
Children object
Thechildren 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.