Retain List Formatting during Word DOCX Document to HTML Conversion using Java | Export List Labels by HTML Tags

I have a document with one item list:
bug.zip (9.4 KB)
When converted to html using the option ExportListLabels.BY_HTML_TAGS
the list format is lost (in docx, the item number was 1.1, while in html it is 1.)

Java code:

Document doc = new Document(dataDir + String.format(INPUT, name));
HtmlSaveOptions options = new HtmlSaveOptions();
options.setExportListLabels(ExportListLabels.BY_HTML_TAGS);
doc.save(dataDir + String.format(HTML, name), options);

Do you have an idea why we have this behavior ?

@mohamed_hamdi,

We have logged this problem in our issue tracking system. Your ticket number is WORDSNET-21323. We will further look into the details of this problem and will keep you updated on the status of the linked issue. We apologize for any inconvenience.