Equation Citator v1.3.7 Documentation
    Preparing search index...
    interface RenderedEquation {
        filename: string | null;
        footnoteIndex: string | null;
        md: string;
        sourcePath: string | null;
        tag: string;
    }
    Index

    Properties

    filename: string | null
    footnoteIndex: string | null
    md: string
    sourcePath: string | null
    tag: string