Trevixal API
    Preparing search index...

    Type Alias MathRenderer

    MathRenderer: (latex: string, display: boolean) => string

    Turns a LaTeX source string into MathML markup. The result is inserted as trusted innerHTML, so a renderer is responsible for escaping every piece of the source it echoes.

    Type Declaration

      • (latex: string, display: boolean): string
      • Parameters

        • latex: string
        • display: boolean

        Returns string