Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 04:57
b501056

The first release! Yay, hopefully this means that OIDC is working. 😅

This first version is pretty basic on the API side of things, but in terms of functionality, it should support the full list of ASCIIMath features, or at least, all the features I could find.

We provide a few minified browser versions: The .js version will create a global MathFmt object, which contains an intoMathML function, for all your formatting needs. The .mjs version will instead export that function using an ESM.

Added

  • Main intoMathML method, to convert ASCIIMath syntax into MathML.