@wdprlib/parser
    Preparing search index...

    Internal representation of one definition list item before conversion to the AST's DefinitionListItem format.

    interface ParsedDefinitionItem {
        key: Element[];
        keyString: string;
        value: Element[];
    }
    Index

    Properties

    Properties

    key: Element[]

    Parsed inline elements representing the key / term.

    keyString: string

    Raw string of the key, used for key_string in the AST.

    value: Element[]

    Parsed inline elements representing the value / definition.