Page MenuHomePhabricator

Create MML interfaces for texvcjs
Closed, DuplicatePublic

Description

Texvcjs should have the capability to create MathML in the rendering step (which currently just creates normalized LaTeX).

As a first step, the interfaces shall be corrected returning the correct return types,
only with mathml stubs. (not the actual generated MML).

With this interfaces, in Wikimedia Math Extension the interfaces new method of generating MML can already be implemented.