Skip to content

Unordered Lists:

Syntax: use -. *. or +
Example:

- George Washington
* John Adams
+ Thomas Jefferson
  • George Washington
  • John Adams
  • Thomas Jefferson

Ordered Lists:

Syntax: precede each line with a number.
Example:

1. James Madison
1. James Monroe
1. John Quincy Adams
  1. James Madison
  2. James Monroe
  3. John Quincy Adams

Nested Lists:

Syntax: You can create a nested list by indenting one or more list items below another item.
Example:

1. First list item
    - First nested list item
        - Second nested list item
  1. First list item
  2. First nested list item
    • Second nested list item