How can we add an HTML editor to the Rich Text component? Currently, it has markdown, so if we do bold or add any heading I can see changes in markdown not in HTML.
Also GraphQL API response is giving RTE field content in markdown format only. How can we get an HTML response from the API as well for RTE fields?
We not want to do markdown to HTML conversion on frontend so need to do this on Strapi end only.
System Information
- STRAPI VERSION v4.13.6 (local set up)
- Windows
- NODE VERSION v18.17.1
- NPM Version: 9.6.7
- Yarn Version: 1.22.19