Documentation Guides

Unordered lists #

Unordered lists are great for making a series of points that do not necessarily need to be made in a particular order. They are effectively bullet point lists, with support for nesting as needed.

Example of unordered list #

Representation in Markdown #

- Item
   - Nested item
      - Another nested item
   - Yet another nested item
- Another item
- Yet another item