Skip to main content

Unordered lists

Use - or * to create unordered list items:

Ordered lists

Use numbers followed by a period:
The starting number is preserved. If you start with 3., the rendered list begins at 3.

Task lists

Use [x] for a completed task and [ ] for an open task after an unordered list marker:
The checkbox is stored as list-item state. It can be toggled in the rich-text editor and is exported as a checked or unchecked box in DOCX and PDF rather than as literal Markdown text. Uppercase [X] is accepted and normalized to [x] when serialized. Task state is also supported in numbered lists, for example 1. [ ] Verify the first deliverable. Numbering and its starting value are preserved across conversions.

Nested lists

Indent with 2 spaces to create nested lists:
Ordered nested lists:
You can mix ordered and unordered lists at different nesting levels:

Inline formatting in lists

List items support all inline formatting:
Lists do not support extended attributes. Styling is controlled by your document defaults.