inokawa / remark-docx

remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).

Home Page:https://inokawa.github.io/remark-docx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unlimited issue

rastermechanism opened this issue · comments

Describe the bug
It has many symbol and parsing issue

To Reproduce
Fails on most of the math formula

Expected behavior
It should render correctly

Additional context
I have tried with many issue and even corrected it. With docxjs and parsing issue. But seems I have open pandora box. More I correct, more I get. So finally I have decided to give up and try something else, planning to use natively supported api.

Correction I have made
with Docxjs -- implemented code block
Math: Symbol Nebula
Still issue when $ is written in terms of monetry valaue, I know even markdown parser fails to resolve it.
However this was not the only issue your code fails to resolve many issues like Big bracket like ( symbol in permutation.
I hope someone has time to resolve all this issue before we can call it a production package .

Here is demo for improvements Demo Link