UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 234 B
import type { MarkdownTableMode } from "./types.js"; /** Converts markdown tables into the configured plaintext/code rendering mode. */ export declare function convertMarkdownTables(markdown: string, mode: MarkdownTableMode): string;