What
Implement m:box (invisible grouping) and m:borderBox (bordered math) converters.
m:box → (just wraps children) **m:borderBox** → with notation attribute
Spec: §22.1.2.13 (box), §22.1.2.11 (borderBox)
Difficulty: Easy
How to implement
m:box: Create converters/box.ts, wrap m:e children in <mrow>
m:borderBox: Create converters/border-box.ts, wrap in <menclose notation="box">
- Register both in the registry
Test Document
Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:
sd-2379-box-borderbox.docx
Want to work on this? Check the Contributing Guide to get started. Comment on this issue to let us know you're picking it up.
Ref: SD-2379
What
Implement
m:box(invisible grouping) andm:borderBox(bordered math) converters.m:box →
(just wraps children) **m:borderBox** →with notation attributeSpec: §22.1.2.13 (box), §22.1.2.11 (borderBox)
Difficulty: Easy
How to implement
m:box: Createconverters/box.ts, wrapm:echildren in<mrow>m:borderBox: Createconverters/border-box.ts, wrap in<menclose notation="box">Test Document
Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:
sd-2379-box-borderbox.docx
Want to work on this? Check the Contributing Guide to get started. Comment on this issue to let us know you're picking it up.
Ref: SD-2379