drmacro / wordinator

Generate high-quality DOCX files using a simplified XML format (simple word processing XML).
Apache License 2.0
38 stars 8 forks source link

Add support for MathML #94

Closed larsga closed 1 year ago

larsga commented 1 year ago

Apologies for the size of this pull request, but there doesn't really seem to be any way to make it smaller.

Included is:

The MathML conversion was deliberately placed in a separate file since the DocxGenerator class is already bigger than it should be.

The test case takes a different form than the original test cases. It might be a good idea to convert the existing test cases to this form in order to cut down on repetition.