Skip to main content

Essentials

Lists and Tables

Create ordered lists, unordered lists, and data tables.

Unordered lists

Use - or * to create bullet lists:

  • First item
  • Second item
  • Third item with more detail that wraps to a second line to test how the list handles longer content
  • Fourth item

Nested lists

  • Parent item
    • Child item
    • Another child
      • Grandchild item
  • Another parent

Ordered lists

  1. First step
  2. Second step
  3. Third step
  4. Fourth step

Nested ordered lists

  1. Install dependencies
    1. Run npm install
    2. Verify with npm list
  2. Configure the project
    1. Copy the example config
    2. Update the values
  3. Start the server

Task lists

  • Create project structure
  • Add configuration
  • Write documentation
  • Deploy to production

Tables

Basic table

NameTypeDescription
idstringUnique identifier
namestringDisplay name
emailstringEmail address
rolestringUser role

Table with alignment

Left alignedCenter alignedRight aligned
ContentContentContent
More contentMore contentMore content
Even moreEven moreEven more

Wide table

PropertyTypeDefaultRequiredDescription
hoststringlocalhostYesThe server hostname
portnumber3000NoThe server port
debugbooleanfalseNoEnable debug logging
timeoutnumber30000NoRequest timeout in ms
retriesnumber3NoNumber of retry attempts