There are two type of classic list:
The list syntax expects you to put each item in a single line.
Input
* Yellow
* Blue
* Steelblue
* Orange
Output
Input:
- Yellow
- Blue
- Steelblue
- Orange
Output:
If you put an empty line, the numbering resets. Demo:
Input:
- Yellow
- Blue
- Orange
Output:
Check this page: How can I generate a list of pages?.