Lists and Enumerations
Numbered List
-
Numbered lists can be created with double hyphens
--
: -
- test 1
- test 2
- test 3
- 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:
-
- Fifth entry
- Sixth entry
- and so on