The mathPlugin currently does a great job of converting math nodes (generated by remark-math) into DOCX format. However, it has limitations when handling:
✅ Supported: Standard inline and block math expressions.
❌ Missing Support For:
- LaTeX environments (
matrix, cases, align, etc.)
- Equation alignments
🔗 Blocking Issue in docx Library: [dolanmiu/docx#2993](dolanmiu/docx#2993)
🔗 Proposed Feature in docx Library: [dolanmiu/docx#2994](dolanmiu/docx#2994)
Why This Matters:
- Many Markdown users rely on LaTeX-style formatting for advanced math.
- Alignments and matrix structures are critical for academic/scientific documents.
Next Steps (After docx Update):
- Extend
mathPlugin to support these missing features.
- Ensure proper DOCX rendering without breaking existing functionality.
📌 Temporary Workaround: Users can manually adjust equations post-export, but a native fix would greatly improve usability.
The
mathPlugincurrently does a great job of converting math nodes (generated byremark-math) into DOCX format. However, it has limitations when handling:✅ Supported: Standard inline and block math expressions.
❌ Missing Support For:
matrix,cases,align, etc.)🔗 Blocking Issue in
docxLibrary: [dolanmiu/docx#2993](dolanmiu/docx#2993)🔗 Proposed Feature in
docxLibrary: [dolanmiu/docx#2994](dolanmiu/docx#2994)Why This Matters:
Next Steps (After
docxUpdate):mathPluginto support these missing features.📌 Temporary Workaround: Users can manually adjust equations post-export, but a native fix would greatly improve usability.