Trevixal API
    Preparing search index...

    Interface MathCommands

    Equation commands, from @trevixal/extension-math.

    interface MathCommands {
        insertMath?: (latex: string) => Command;
        insertMathBlock?: (latex: string) => Command;
    }
    Index
    insertMath?: (latex: string) => Command
    insertMathBlock?: (latex: string) => Command