I want to have automatically created the numbering of a list of items in html, something like this:
1. Heading 1
Text
1.1 Heading 1.1
Text
2. Heading 2
Text
2.1 Heading 2.1
Text
2.2 Heading 2.2
Text
It is the same as using Word, Latex or any other that allows you setting styles.
Any JavaScript, CSS, etc?