Equation Citator v1.3.12 Documentation
    Preparing search index...

    Interface EquationParseResult

    The result of parsing an equation block, including the content, tag, and metadata about its location in the markdown. used internally for processing equations, not exposed to other modules.

    interface EquationParseResult {
        content: string;
        contentWithTag: string;
        tag?: string;
    }

    Hierarchy (View Summary)

    Index
    content: string
    contentWithTag: string
    tag?: string