DOCX to Markdown conversion issue with numbered lists using C#

Hello

I was trying to use markdown features supported by Aspose.Words.

Document doc = new Document(“test.docx”);
doc.Save(“test.md”);

And found out numbered lists are not processed properly while bullet lists are ok.
Can you support numbered lists also as part of markdown features?

Thank you.

@valuepro

To ensure a timely and accurate response, please attach the following resources here for testing:

  • Your input Word document.
  • Please attach the output file that shows the undesired behavior.
  • Please attach the expected output file that shows the desired behavior.

As soon as you get these pieces of information ready, we will start investigation into your issue and provide you more information. Thanks for your cooperation.

PS: To attach these resources, please zip and upload them.

markdown_test.zip (10.4 KB)

Please see test.docx and test.md attached.
Numbered lists have not been processed.

@valuepro

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-19812. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-19812) have been fixed in this Aspose.Words for .NET 20.4 update and this Aspose.Words for Java 20.4 update.