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

    Interface RenderedEquation

    interface RenderedEquation {
        filename: string | null;
        footnoteIndex: string | null;
        md: string;
        sourcePath: string | null;
        tag: string;
    }
    Index
    filename: string | null
    footnoteIndex: string | null
    md: string
    sourcePath: string | null
    tag: string