I am doing a markdown to word conversion using this code:
License lic = new License();
lic.SetLicense("");
Document doc = new Document("in.md");
doc.Save("out.docx");
Problem is, when a line begins with ---------
, the formatted text block is corrupted. Here is source, output and expected files.
test files 1.zip (7.4 KB)
@a.zampa
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-27291
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
I have uploaded another set of files causing the same issue. Could you check them too?
test files 2.zip (10.4 KB)
Thank you Alexey.
Here is another set of files showing a different variation of the same problem.
test files 3.zip (9.4 KB)
Alexey, here is another example of the same type. Please check this case too.
test files 4.zip (10.8 KB)
I am unable to write Table structure as formatted text.
please check this case as well.
Thanks.
test files 5.zip (10.8 KB)
@a.zampa Thank you for additional information. It looks like the same problem, so I added additional files to the WORDSNET-27291. We will keep you updated and let you know once it is resolved.
The issues you have found earlier (filed as WORDSNET-27291) have been fixed in this Aspose.Words for .NET 24.9 update also available on NuGet.