Multilevel nested ordered lists numbering
Posted by Hoplop on Sep 30, 2019; 7:04am
URL: https://discuss.asciidoctor.org/Multilevel-nested-ordered-lists-numbering-tp7170.html
Is it somehow possible to make ordered lists look similar to this example:
----
1. Level 1
2. Level 1
2.1 Level 2
2.2 Level 2
3. Level 1
3.1 Level 2
3.1.1 Level 3
3.1.2 Level 3
...
----
I am particularly interesting in PDF output.