Type Alias IncludeMode

IncludeMode: "compiled" | "interpreted"

Which renderer Include uses: compiled evaluates the module (the default, unchanged behaviour); interpreted renders the file's Markdown/MDX as data through the safe renderer, so no author JavaScript executes.