• Parse the content of an align environment into an array of row objects. Each row object looks like

     {
    cells: [...],
    colSeps: [...],
    rowSep: ...,
    trailingComment: ...
    }

    ... may be an ast node or null.

    Parameters

    • ast: Node[]
    • Optional colSep: string[] = ...
    • Optional rowSepMacros: string[] = ...

    Returns Row[]

    Export

Generated using TypeDoc