Hello!
I'm iterating through array of objects in my template using {{#each.. and displaying some HTML info that contains marked list inside using {{docxHtml content=SomeHtml}}... And the issue is that if display HTML that contains some marked list more than once, all displayed lists in the report are broken (indentation is missed everywhere except 1st level nesting list items). Like if only one object has HTML info with a list and others are having only plain text, it looks perfect
Other weird thing is that I couldn't reproduce it in the playground :(
But as for example: https://playground.jsreport.net/w/GoncharovNikit/yMmdVac~
Example from my env:
3 docxHtml prints and only first one with the list (looks perfect):
Now adding some marked list for the second print:
Should look like:
Eventual render with 2 lists:
As you can see indentation is correct only for 1st level list items
Could you help please?