markdown-cheatsheet
markdown-cheatsheet copied to clipboard
Ordered list doesnt require the number to be in order
You are missing the point about ordered list. The ordered list in the markup can be mentioned as below
- Apple
- Beach
- Dog
This way should anyone introduce anything in between, they dont need to the change the order of everything. The markup should automatically pick up and show the number as 1, 2, 3