/**
 * @file markdown 解析
 */
export default function (content: string): string;
