Skip to content

Math: implement m:box and m:borderBox converters (community) #2605

@caio-pizzol

Description

@caio-pizzol

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: Create converters/box.ts, wrap m:e children in <mrow>
  • m:borderBox: Create converters/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:

sd-2379-box-borderbox.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-2379

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions