Perseus
    Preparing search index...

    Variable mathOnlyParserConst

    mathOnlyParser: Parser = ...

    Parse a string of text and math into a list of objects with type and content

    Example: "Pi is about $\frac{22}{7}$" ==> [ {type: "text", content: "Pi is about "}, {type: "math", content: "\frac{22}{7}"}, ]