@wdprlib/parser
    Preparing search index...

    A located [[include ...]] directive with bracket-balanced extent.

    interface IncludeDirectiveMatch {
        end: number;
        inner: string;
        start: number;
    }
    Index

    Properties

    Properties

    end: number

    Index just past the closing ]].

    inner: string

    Text between [[include and the closing ]].

    start: number

    Index of the opening [[.