@wdprlib/parser
    Preparing search index...

    Internal representation of a single bibliography entry parsed from the : label : content line(s) inside the bibliography block.

    interface BibliographyEntry {
        content: Element[];
        key: Element[];
        label: string;
    }
    Index

    Properties

    Properties

    content: Element[]

    Parsed inline elements for the citation text.

    key: Element[]

    Parsed inline elements for the label portion (the key).

    label: string

    The identifier used in ((bibcite label)) references.