Lists and Enumerations
Numbered List
  • Numbered lists can be created with double hyphens --:
    1. test 1
    2. test 2
    3. test 3
    4. Hello
      and to the next line
  • The numbering is done automatically.
  •  
  • 📝 Input:
  • -- test 1
    -- test 2
    -- test 3
    -- Hello
    and to the next line
  •  
  • 📝 Alternative input with numbering:
  • 1. test 1
    2. test 2
    3. test 3
    4. Hello
    and to the next line
  • The numbering can also start with a different number. Example:
    1. Fifth entry
    2. Sixth entry
    3. and so on