If you generate a document with some text fields containing multiple lists you would expect each to be independent to each other. It is currently not the case.
For example if you have something like:
<ol><li>A</li></ol>
<ol><li>B</li></ol>
you will get
1. A
2. B
instead of
1. A
1. A