/** * Base type definitions for configuration */ /** Markdown table rendering mode */ export type MarkdownTableMode = "off" | "bullets" | "code";