Member Junction
    Preparing search index...

    Information about a heading in the document

    interface HeadingInfo {
        id: string;
        level: number;
        raw: string;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    The heading ID (for anchor links)

    level: number

    The heading level (1-6)

    raw: string

    The raw markdown text

    text: string

    The heading text content