Hi Aspose Team,
We are using the Aspose.Words Word To HTML conversion API, and during one of the Document conversions we encountered an incorrect bullet sequence in the HTML output.
I have uploaded images showing:
Th…...// Load the document Document doc = new Document(@"input.docx");...ExportListLabels.AsInlineText }; doc.Save(@"output.html", htmlOpts);...