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:
  • Make sure to put a whitespace before the first number so that the indent is set.
  • 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.