After checking the source code, I found a dirty workaround for the immediate document I am working with: using
That took care of the numbering formats, but there is still an issue for which I blame Word - lists continuing previous numbering globally in the document, instead of starting a new list.
Just thought I'd mention.
style="list-style-type:lower-roman"
in the 2nd level <ol>.That took care of the numbering formats, but there is still an issue for which I blame Word - lists continuing previous numbering globally in the document, instead of starting a new list.
Just thought I'd mention.