Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface MarkdownLineEnvironment {
        cleanedLine: string;
        headingMatch?: RegExpMatchArray | null;
        inQuote: boolean;
        isCodeBlockToggle: boolean;
        isEquationBlockEnd: boolean;
        isEquationBlockStart: boolean;
        isHeading: boolean;
        isImage: boolean;
        isSingleLineEquation: boolean;
        processedContent: string;
        quoteDepth: number;
        singleLineEquationMatch?: RegExpMatchArray | null;
    }
    Index

    Properties

    cleanedLine: string
    headingMatch?: RegExpMatchArray | null
    inQuote: boolean
    isCodeBlockToggle: boolean
    isEquationBlockEnd: boolean
    isEquationBlockStart: boolean
    isHeading: boolean
    isImage: boolean
    isSingleLineEquation: boolean
    processedContent: string
    quoteDepth: number
    singleLineEquationMatch?: RegExpMatchArray | null