Hi, apologies in advance
because I am new here if there is an easy answer or if this has already been discussed, but does the mathjax npm package support MathML to MathJax conversion?
For example, I want to convert a fraction like `<mfrac><mrow><mn>1</mn></mrow><mrow><mn>2</mn></mrow></mfrac>` to the string `\frac{1}{2}`.
My use case is to parse the MathML from a web page into a string I can embed in an Anki flashcard, so that I don't need to hand-write each formula, which is as tedious as the expression is complex.
I have written a utility to do this in TypeScript that I have been using to solve this problem for myself. If this does not exist already, would it be compatible with the existing mathjax npm package, or should I plan to create a separate package if I am interested in open-sourcing this utility?
Sorry again if any of this is obvious, if it is asking a question that has already been addressed, or if this would not generally be useful to very many people.
Matt