wdpr
    Preparing search index...

    Interface BibliographyBlockData

    Data for [[bibliography]] block elements. Collects all cited entries and renders as a reference list.

    interface BibliographyBlockData {
        entries: DefinitionListItem[];
        hide: boolean;
        title: string | null;
    }
    Index

    Properties

    Properties

    Definition list entries (: label : description)

    hide: boolean

    If true, the block is hidden (for inline citation rendering)

    title: string | null

    Custom section title, or null for default