Lists
Unordered lists, ordered lists, and deeply nested combinations are all supported.
Syntax
Unordered Lists
markdown
- Item 1
- Item 2
- Item 3Ordered Lists
markdown
1. First item
2. Second item
3. Third itemNested Lists
markdown
- Parent item
- Child item
- Grandchild item
- Another parent
1. Numbered child
2. Another numbered childHow It Renders
- Unordered items get bullet markers (
•) - Ordered items get numeric markers (
1.,2., etc.) - Indentation increases by
page.indentfor each nesting level - List items can contain inline formatting (bold, italic, code, links)
- Mixed ordered/unordered nesting is fully supported
Relevant Options
| Option | Effect |
|---|---|
page.indent | Indentation per nesting level (default: 10mm) |
page.defaultFontSize | Font size for list item text |
page.lineSpace | Spacing between list items |
Try It
Interactive
Try this element in the Playground — paste the syntax above and click Generate PDF.