/** Render preview Markdown to sanitized HTML. Raw HTML is disabled at the * parser level; on any failure we fall back to an escaped plain-text * paragraph so a malformed marker can never break the card. */ export declare function previewMarkdownHtml(text: string): string; //# sourceMappingURL=preview-markdown.d.ts.map