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

    The matched callout/quote information

    interface CalloutMatch {
        content: string;
        label: string;
        lineEnd: number;
        lineStart: number;
        prefix: string;
        quoteDepth: number;
        raw: string;
        tag: string;
        title: string | null;
        type: string;
    }
    Index

    Properties

    content: string
    label: string
    lineEnd: number
    lineStart: number
    prefix: string
    quoteDepth: number
    raw: string
    tag: string
    title: string | null
    type: string