melishev / strapi-plugin-react-editorjs

📝 Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor on Editor.js
https://www.npmjs.com/package/strapi-plugin-react-editorjs
MIT License
170 stars 77 forks source link

How do I parse the end result as HTML? #37

Closed dev-sda1 closed 2 years ago

dev-sda1 commented 2 years ago

Was using markdown-it previously for the built in editor in Strapi but editorJS stores things differently (alot of json) leading it unable to parse. What would be the best method of doing so with this plugin? Kind of a noob to strapi so apologies if it's an awkward question to ask

image

dev-sda1 commented 2 years ago

Found an npm package that solves this issue after a bit more research.