Can I return WYSIWYG as HTML form Strapi API?

System Information
  • Strapi Version: 4
  • Operating System: mac
  • Database: sqlite
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello, I’m getting the rich text content from the API not as HTML, I want to reverse this - how can I achieve that?

Thanks,
Oren

I don’t know if I understand your problem: you don’t want the editor to return Markdown but html?

If so, I use CKEditor directly to get html. There are some libraries already built or you can implement it directly.

CKEditor for React: React component - CKEditor 5 Documentation

CKEditor for Strapi: strapi-plugin-ckeditor5 - npm

From the latest you can learn in case you have doubts about the implementation of the WYSIWYG editor in Strapi.