Trevixal API
    Preparing search index...

    Interface MathNodeOptions

    interface MathNodeOptions {
        render?: MathRenderer;
    }
    Index
    render?: MathRenderer

    Converts LaTeX to the markup shown inside the atom. Defaults to the built-in MathML converter; swap it for KaTeX/MathJax output. Whatever it returns is inserted as trusted innerHTML, so a replacement must escape every piece of the source it echoes.