Lists
3 Plugins
Lists Plugins
Bullet lists, numbered lists, and task lists with checkbox support. All list types support nesting and can be mixed together.
Usage
setup.ts
unorderedListPlugin()
Bullet lists using - markers with nesting via indentation.
unordered-list.md
orderedListPlugin()
Numbered lists with standard 1. syntax. Supports nested sub-lists with indentation.
ordered-list.md
taskListPlugin()
GFM-style task lists with checkboxes. Use - [ ] for unchecked and - [x] for checked items.
task-list.md
Mixed & Nested Lists
All three list types can be freely mixed and nested within each other:
mixed-lists.md
© 2026 SynclineMDX Editor. All rights reserved.