Skip to content

feat(math): implement m:limLow lower-limit converter#2745

Closed
Abdeltoto wants to merge 1 commit intosuperdoc-dev:mainfrom
Abdeltoto:feat/math-lower-limit-converter
Closed

feat(math): implement m:limLow lower-limit converter#2745
Abdeltoto wants to merge 1 commit intosuperdoc-dev:mainfrom
Abdeltoto:feat/math-lower-limit-converter

Conversation

@Abdeltoto
Copy link
Copy Markdown
Contributor

Closes #2599

Summary

  • Implements the \m:limLow\ OMML-to-MathML converter (lower limit, e.g. lim, min, max, inf)
  • Maps \m:limLow\ to MathML <munder>\ with base and limit as <mrow>\ children
  • Registers the converter in \MATH_OBJECT_REGISTRY\
  • Adds 3 unit tests covering standard usage, missing limit, and property element skipping

Spec reference

ECMA-376 Section 22.1.2.54

Test plan

  • \�itest run\ passes for omml-to-mathml.test.ts
  • Linter and formatter pass (lefthook pre-commit)

Made with Cursor

@caio-pizzol
Copy link
Copy Markdown
Contributor

hey @Abdeltoto, thanks for the work here! #2771 came in around the same time and handles both this ticket and #2600 in one PR, with more tests. we're going with that one, so closing this as a duplicate.

really appreciate you jumping in — hope to see more contributions from you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Math: implement m:limLow lower limit converter (community)

2 participants