Markdown Lists

Mikikiv's avatar
Published Aug 6, 2021Updated May 4, 2022
Contribute to Docs

In Markdown, items can be organized into ordered and unordered lists.

  • Front-end engineers work closely with designers to make websites beautiful, functional, and fast.
    • Includes 34 Courses
    • With Professional Certification
    • Beginner Friendly.
      115 hours
  • Start at the beginning by learning HTML basics β€” an important foundation for building and editing web pages.
    • Beginner Friendly.
      7 hours

Ordered Lists

To create an ordered list, add numbers followed by periods.

1. 🌑 Preheat oven to 325°F
2. πŸͺ Drop cookie dough
3. ⏰ Bake for 15 min

The numbers don’t have to be in numerical order, but the list should start with the number one.

It will look like:

  1. 🌑 Preheat oven to 325°F
  2. πŸͺ Drop cookie dough
  3. ⏰ Bake for 15 min

Unordered Lists

To create an unordered list, add dashes -, asterisks *, or plus signs + in front of line items.

- 🎸 Play more music
- πŸ“š Read more books
- πŸ‘© Code more stuff

It will look like:

  • 🎸 Play more music
  • πŸ“š Read more books
  • πŸ‘© Code more stuff

Indent one or more items to create a nested list.

- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item

All contributors

Contribute to Docs

Learn Markdown on Codecademy

  • Front-end engineers work closely with designers to make websites beautiful, functional, and fast.
    • Includes 34 Courses
    • With Professional Certification
    • Beginner Friendly.
      115 hours
  • Start at the beginning by learning HTML basics β€” an important foundation for building and editing web pages.
    • Beginner Friendly.
      7 hours