What
Implement the m:limUpp (upper limit) OMML → MathML converter.
OMML: m:limUpp → m:e (base) + m:lim (limit above)
MathML: <mover> with two children
Spec: §22.1.2.56
Difficulty: Easy
How to implement
- Create
converters/upper-limit.ts
- Map
m:e → first child, m:lim → second child of <mover>
- Register as
'm:limUpp': convertUpperLimit
Test Document
Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:
sd-2378-limupper.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-2378
What
Implement the
m:limUpp(upper limit) OMML → MathML converter.OMML:
m:limUpp→m:e(base) +m:lim(limit above)MathML:
<mover>with two childrenSpec: §22.1.2.56
Difficulty: Easy
How to implement
converters/upper-limit.tsm:e→ first child,m:lim→ second child of<mover>'m:limUpp': convertUpperLimitTest Document
Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:
sd-2378-limupper.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-2378