Markdown will help auto-enumerating the number, for example if I type
1. this is one
1. this is inner1
1. this is inner2
1. this is two
It will be shown as
- this is one
- this is inner1
- this is inner2
- this is two
Now is it possible to make subsections 1.1, 1.2 etc. using auto-enumerating feature of markdown as follows?
this is one
1.1 this is inner1
1.2 this is inner2
- this is two