Hey,
I used the sample ConvertOutHtml for converting a .docx file to html (at this point thanks for the great work, the conversion is pretty accurate).
However I noticed, that text in superscript or subscript is not converted. Maybe this is a bug or did I miss something here? Are there any other ways to get superscript/subscript shown correctly in the output html?
When digging deeper I found out, that org.docx4j.model.properties.run.VerticalAlignment uses
vertical-align: top ...