Search code examples
reactjsrichtext

React Display rich text


Simple question, I'm actualy fetching rich text from strapi and want to display it inside a div right after, but the text is just normal text after putting it in,I want it to stick to its format that I had on strapi, how can I do that ?

It seem to be possible using Markdown, I don't know why but after fetching using axios my strapi contentful or dangerouslySetInnerHTML doesnt work


Solution

  • It seem to be possible using Markdown, I don't know why but after fetching using axios my strapi contentful or dangerouslySetInnerHTML doesnt work but markdown package worked fine !