Search code examples
reactjscmdstrapi

Automatic heading in React with Strapi


I am developing an React site with Strapi as CMS. I am very lazy and want that React knows when strapi is creating an heading.

Strapi export h1, h2, h3 as #, ##, ### etc. Screenshot

It is possible that react parting and syling it automatticly?


Solution

  • You can simply use react-markdown.