JessicaTegner/pypandoc

Cannot Read Math Equations from Docx to HTML

adiptamartulandi opened this issue · 0 comments

hello, i have issues that pypandoc cannot read math equations (No. 1) but after iam enter the equations (No. 2) pypandoc suddenly can read the math equations. anyone can help with this issues ?

here is the sample docs
Penyisihan SMA Matematika copy.docx

here is my codes
html5_content = pypandoc.convert_file(byte_doc, to="html5", format='docx', extra_args=["--mathml"])