Converting docx to html, I have an ordered numbered list with upper roman numbers (I. II.) that is being converted to a bullet list (UL) in html.
Adding the below line I get the OL element but with the wrong format, as the list has arabic numbers (1. 2.)
SdtWriter.registerTagHandler("HTML_ELEMENT", new SdtToListSdtTagHandler());
If I also add the below line, the list is almost visually correct, as I see the enumeration with the upper roman numbers, ...