How do i add custom HTML converters fro HTML->RichText?
I have a custom block in RichText that i would like to convert from HTML->RichText,
How do i inject my custom html converter?
const lexicalContent = convertHTMLToLexical({ editorConfig: await editorConfigFactory.default({ config: await payloadConfig }), html: processedHtml, // @ts-ignore (JSDOM is only typed for browser so we ignore TS here) JSDOM });