Appearance
export function htmlToMarkdown(html: string): string;
使用 Turndown Service 将 HTML 转换为 Markdown。
html