wdpr
    Preparing search index...

    Interface FootnoteBlockData

    Data for [[footnoteblock]] elements.

    interface FootnoteBlockData {
        hide?: boolean;
        title: string | null;
    }
    Index

    Properties

    Properties

    hide?: boolean

    If true, the block is hidden (footnotes rendered inline instead)

    title: string | null

    Custom title for the footnote section