I'm currently using :
<div dangerouslySetInnerHTML={{ __html: article.content }}></div>
in order to render the rich text I get from a CKEditor input field from a Strapi CMS backend. Is there a better way to do this that doesn't use dangerouslySetInnerHTML? I've looked into ReactMarkdown, but that seems to only work with Strapi's built-in old Markdown editor.