UNPKG

@ideascol/cli-maker

Version:
6 lines (5 loc) 224 B
/** * Render a markdown string to terminal-formatted output. * Supports: headers, bold, italic, inline code, fenced code blocks, lists, and horizontal rules. */ export declare function renderMarkdown(md: string): string;