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

    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

    Properties

    content: string
    contentWithTag: string
    tag?: string