export type MarkdownTableMode = "off" | "bullets" | "code" | "block";
