@mathjax/src
    Preparing search index...

    Type Alias HTMLNodeArray<N, T>

    HTMLNodeArray: [N | T, number][][]

    List of Lists of pairs consisting of a DOM node and its text length

    These represent the Text elements that make up a single string in the list of strings to be searched for math (multiple consecutive Text nodes can form a single string).

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class