-
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 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: Createconverters/box.ts, wrapm:echildren in<mrow>m:borderBox: Createconverters/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:
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
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