Lists and Enumerations
Create an indented list
  • A list can be indented by putting a space before each hyphen.
  • Example:
    • One
    • Two
    • Three
  • 📝 Eingabe:
  •  - One
     - Two
     - Three
  •  
  • Partial lists are also possible:
    • Dog breeds
      • Dachshund
      • Shepherd
      • Beagle
  • 📝 Input:
  • - Dog breeds
    - Dachshund
    - Shepherd
    - Beagle