import { renderTablesAsParagraphRows } from './baijiahao'
export function prepareQiehaoArticleHtml(html: string): string {
return renderTablesAsParagraphRows(html).trim()
}