Hi
Thanks for all your wonderful work so far on this product, it is been a wonderful ride.
I have two issues:
1. When substituting HTML into word created, it converts the HTML using docx4j-ImportXHTML, the HTML has some lists in it but after generating, everything is seen as a graph.
Sample of the HTML being used
string sub = "<p>Sample <ul><li>Sample List 1</li><li>The services provided include: <ul><li>Cat</li><li>Dog</li></ul></li><ul></p>"
DocxTemplate docx = new DocxTemplate(path);
// we ...

News of Plutext