export const adjustHTML = (html: string) => html.replace(/<(h\d)>/g, '

').replace(/<\/h\d>/g, '

');