Skip to content

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

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

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

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

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