@asciidoctor/core
    Preparing search index...
    • Parameters

      • fn: (target: string) => boolean

        Predicate that receives only the include target.

      Returns void

    • Parameters

      • fn: (doc: Document, target: string) => boolean

        Predicate that receives the document and the include target.

      Returns void

    • Parameters

      • doc: Document

        The document being parsed.

      • target: string

        The include target.

      Returns boolean