markdown-renderer.d.ts 66 B

1
  1. export declare function renderMarkdown(markdown: string): string;