-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
feat: math-mlgood first issueGood for newcomersGood for newcomersproduct: superdocsource: githubstage: to-doPrioritized and ready to be picked upPrioritized and ready to be picked up
Description
What
Implement the m:limLow (lower limit) OMML → MathML converter.
OMML: m:limLow → m:e (base, e.g. "lim") + m:lim (limit expression)
MathML: `` with two children
Spec: §22.1.2.54
Difficulty: Easy
Example
Word: lim(n→∞) → MathML: <munder><mo>lim</mo><mrow><mi>n</mi><mo>→</mo><mi>∞</mi></mrow></munder>
How to implement
- Create
converters/lower-limit.ts - Map
m:e→ first child,m:lim→ second child of<munder> - Register as
'm:limLow': convertLowerLimit
Test Document
Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:
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-2377
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feat: math-mlgood first issueGood for newcomersGood for newcomersproduct: superdocsource: githubstage: to-doPrioritized and ready to be picked upPrioritized and ready to be picked up