Skip to content
GitHub

Styled Lists

Example of an ordered list.

  1. This is the first item.
  2. This is the second item.
  3. This is the second item.
    • Item in a nested unordered list.
    • Another item.
  4. Another item

Example of an unordered list.

  • This is an item.
  • This is another item.
  • This is the last item.
    • This is a nested list.