@mathjax/src
    Preparing search index...

    Function protoItem

    • Produce a proto math item that can be turned into a MathItem

      Type Parameters

      • N

        The HTMLElement node class

      • T

        The Text node class

      Parameters

      • open: string

        The opening delimiter

      • math: string

        The math expression itself

      • close: string

        The closing delimiter

      • n: number

        The index of the string in which this math is

      • start: number

        The starting location of the math

      • end: number

        The ending location of the math

      • display: boolean = null

        True means display mode, false is inline mode

      Returns ProtoItem<N, T>

      The proto math item