@karmaniverous/jeeves
    Preparing search index...

    Interface ManagedMarkers

    Shape of managed content markers used by updateManagedSection and removeManagedSection.

    interface ManagedMarkers {
        begin: string;
        end: string;
        position?: "top" | "bottom";
        title?: string;
    }
    Index

    Properties

    begin: string

    BEGIN comment marker text.

    end: string

    END comment marker text.

    position?: "top" | "bottom"

    Position of the managed block within the file.

    • 'top': managed block first, user content below (current default).
    • 'bottom': user content first, managed block at end.

    'top'

    title?: string

    Optional H1 title prepended inside the managed block.