I am writing a document in Markdown. I use Pandoc 1.12.2.1 to convert *.md to *.pdf (via xelatex).
I am trying to make an enumerated list of the following type:
1. Item 1
1.1. Sub-item 1
1.2. Sub-item 2
2. Item 2
2.1. Sub-item 1
2.2. Sub-item 2
Etc. (Rather than 1., (a), i. etc.)
Question How can I change the configuration to accomplish this?
Many thanks, Tom