html-to-docx
html-to-docx copied to clipboard
How to render latex in the word doc while using html-to-docx
The HTML contains ng-katex that renders math equations like \frac{a}{2} (the simplest case) - however that's not rendered in the doc properly. Is there a solution/workaround?
You need to get the rendered html content with its styles. Pre-processing required.
