This is a feature of Markdown as far as I know, it's lets you do:
- Let
- Me
- Do
- That for you
via:
5. Let
4. Me
3. Do
2. That for you
(Real case situation: don't you hate it when you have 20 items, and then want to add another one between 2 and 3, and have the rename the whole lot?)
I guess SE could allow the start attribute in the <ol> element to let you do this, but all in all, is there a real life scenario you can provide where you need to do this?
In your provided scenario, what you should really be doing is;
1. Some Point
- sub point
- sub point
Some explaination pertaining to point 1 above
2. this should be a 2. not a 1. as I wrote 2. but it changes automatically to 1.
Note the space before "Some", which provides;
Some Point
some explaination pertaining to point 1 above
this should be a 2. not a 1. as I wrote 2. but it changes automatically to 1.