Handling Rich Text Editor Content

I have just added images via Cloudinary which was cool, but I noticed when I add images to the rich text editor in my graphql response I get “Body”: ![/[myachualimageurl].jpg(https://res.cloudinary.com/[myachualimageurl].jpg) is this standard for rich text editors and are there any libraries on next / react I can use to handle this response / url pattern, or do i need to write something custom

Many thanks in advance

Ah, sorry this is standard markdown and there is many solutions out there for parsing this.
Any suggestions on the best one would be appreciated but I will investigate.

You could try swapping out our default WYSIWYG editor for one of the community ones: GitHub - strapi/awesome-strapi: A curated list of awesome things related to Strapi