I need to display a list with this exact format:
1. First item
1.1. Subitem
1.1.1. Sub-subitem
1.1.2. Sub-subitem
1.2. Subitem
2. Second item
...
Is there a way to achieve this using asciidoc?
The closer way I found is using horizontal labeled lists, but the rendering differs from a normal numbered list.