|
Hello!
I have in my document numbered sections that include numbered lists. Is there some way to include the section's number in the list item's number?
i.e. having
```
#### 6. Loading data from the server
Some text
1. item one
```
I want the result to include "6.1 item one". I am OK with doing this manually, if there is some way, e.g. if it worked via something like
`[start="6.1"]` or something. But looking at the docs, I do not see any solution. (Other then nesting the list in a single-item order list with `[start=<section num>]` and using CSS to hide the outer list and its indentation.)
thank you!
|