strapi / strapi-docker

Install and run your first Strapi project using Docker
https://strapi.io
MIT License
1.16k stars 447 forks source link

Rich text breaking with MariaDB #287

Open franz-ka opened 3 years ago

franz-ka commented 3 years ago

Hi. I started Strapi with the recommended compose yaml for MariaDB but when I create a rich text field it doesn't save the formatting characters (** for bold, * for itallics, etc.), only the text.

Something even worse happens when I install a WYSIWYG editor following the official guide. The content of the field doesn't get saved at all. All the content of the field disappears when I save the edition.

If I change the DB backend to MySQL all of the above works well.

Thx