@asciidoctor/core - v4.0.3
    Preparing search index...
    • Attach auto-formatting to any plain object carrying { text, source_location, include_location }.

      The location(s) are rendered only by inspect()/toString() (used when a stderr Logger formats the line); the structured source_location / include_location remain on the object so a MemoryLogger can record them on the resulting LogMessage without duplicating them inside text.

      Parameters

      • obj: { include_location?: any; source_location?: any; text: string }

      Returns { include_location?: any; source_location?: any; text: string }

      The same object with inspect() and toString() added.