Unordered and Ordered Lists in Markdown

From the Markdown cheat sheet ยท Lists and Tasks ยท verified Aug 2026

Unordered and Ordered Lists

Create bullet and numbered lists.

markdown
- First item
- Second item
- Third item

1. First step
2. Second step
๐Ÿ“Œ Include a space after the list marker
๐Ÿ’ก Use 1. repeatedly when automatic renumbering helps
๐Ÿ” Lists can contain paragraphs and other blocks
๐ŸŽฏ Keep marker style consistent within a list
listsordered-listunordered-list

Continue with Markdown

Save the full cheat sheet or work through every related task.

More Markdown tasks

Back to the full Markdown cheat sheet