You can define the following kind of lists.
NOTE: The marker of unordered list changes depending on nesting level.
- one
- two
- three
- four
- five
- six
1. One
1. Two
1. Three
1. Four
1. Five
NOTE: The numbers are all 1, markdown will automatically figure out
the correct number. Later if you delete any list you don't have to
change all the numbers manually.
Rust
: Rust is a memory safe programming language.
Python
: Python is also memory safe but it's interpreted.