@karmaniverous/jeeves
    Preparing search index...

    Interface ManagedMarkers

    Shape of managed content markers used by updateManagedSection and removeManagedSection.

    interface ManagedMarkers {
        begin: string;
        end: string;
        title?: string;
    }
    Index

    Properties

    Properties

    begin: string

    BEGIN comment marker text.

    end: string

    END comment marker text.

    title?: string

    Optional H1 title prepended inside the managed block.