Files
geo/packages/publisher-platforms/src/qiehao.ts
T

6 lines
178 B
TypeScript
Raw Normal View History

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