@karmaniverous/jeeves
    Preparing search index...

    Interface ManagedSection

    A parsed H2 section within the managed block.

    interface ManagedSection {
        content: string;
        id: string;
    }
    Index

    Properties

    Properties

    content: string

    Content below the heading (trimmed).

    id: string

    Section heading text (without the ## prefix).