export const escapeHtml = (html: string) => { return html.replace(/&/g, "&").replace(/