Is it possible to insert HTML into a Document using python-docx with styling applied? The only thing I need to work are italics. For example how to insert "Today is \<i>Saturday\</i>" with Saturday actually being inserted with italics? Thanks!
Is it possible to insert HTML into a Document using python-docx with styling applied?
The only thing I need to work are italics.
For example how to insert "Today is <i>Saturday</i>" with Saturday actually being inserted with italics?
Thanks!