Search code examples
mathmathmlmathjax

ci and apply tags in MathJax


I have some mathml markup inside web (html) pages. When I try to use mathjax (from the cdn source) it fails on apply and ci tags. Does any solution exists, or should I make some configuration changes?


Solution

  • MathJax only implements Presentation MathML, not Content MathML. I am told that you can use an XSLT translation to convert Content to Presentation MathML, though I don't know how that is done.