In my Angular application I need to export docx file of a test made on admin panel. Problem is that mathematical equations are written using MathJax there.Therefore Latex equations are saved in database.
Now when I export docx file using html-docx-js-typescript library my script type="math/tex">... equations are not converted but the rest is okay. Do you have any suggestions?