Redcarpet Syntax

Lists

Numbers

Put a number before each line.

1. First ordered list item
2. Another item
3. Actual numbers don't matter, just that it's a number
4. And here's another
  1. First ordered list item
  2. Another item
  3. Actual numbers don't matter, just that it's a number
  4. And here's another

Bullets

Put a star *, a hyphen -, or a plus + before each line.

* Bullet 1
- Bullet 2
+ Bullet 3
  • Bullet 1
  • Bullet 2
  • Bullet 3

Nested Lists

This example combines both. Use two spaces to indent sub-items.

1. First number list item
2. Another item
  * Bullet list item
3. Actual numbers list item
  1. Another bullet list item
4. And the final number list item
  1. First number list item
  2. Another item
    • Bullet list item
  3. Actual numbers list item
    1. Another bullet list item
  4. And the final number list item