- Numbering doesn't continue on if there's a break in between. Example at http://chriskhoo.jottit.com/lisp (e.g. 1. ... 2. ... 3. ... multiple breaks ... 4. becomes 1.) Unless I'm doing something wrong, but I thought this probably shouldn't happen. If I'm doing something wrong, maybe something needs to be put into the Formatting Help?
Response:
All numbers at the start of a line appear as a numbered list:
- Buy Groceries
- Eggs
- Milk
- Cereal
- Check mail
- Do laundry
It doesn't matter what number you use
1. Buy Groceries
1. Eggs
1. Milk
200. Cereal
356. Check mail
400. Do laundry
...the items still get rendered as an ordered list:
- Buy Groceries
- Eggs
- Milk
- Cereal
- Check mail
- Do laundry
This is a feature, not a bug, because it makes it easy to change your list without having to mess around with getting the numbers in the correct order.
Line breaks don't influence the list either, beyond adding exra space between items:
- Buy Groceries
Eggs
Milk
Cereal
Check mail
Do laundry
To end a list (and start a new one) you need to include a line without a number:
- Buy Groceries
- Eggs
- Milk
- Cereal
- Check mail
- Do laundry
Also:
- Get a life
- Start a blog
- Learn Python