/** * Discord's markdown is close to GFM, so this is mostly identity. The single * real gap is tables: Discord renders none, so a contiguous GFM pipe-table * block is wrapped in a code fence (monospace keeps the columns aligned). */ export declare function discordMarkdown(text: string): string; //# sourceMappingURL=markdown.d.ts.map