Hello, i am currently working for a custom app, and i implemented the same text editor for updating a product description. When editing the description using the app, the modification should reflect in shopify, and to be displayed in the text editor the same way as in ours, but this doesn’t seem to be transmitted correctly.
This is the body_html field when viewing the .json of the updated product.
"body_html":"\u003cdiv\u003e\u003cspan style=\"font-style:\" italic font-family: black font-size:\u003essssssa\u003c\/span\u003e\u003c\/div\u003e",
And this is the html code from the Shopify editor
ssssssa
As you can see, some fields just disappear and they are not displayed correctly. What should i do to make this work the right way ?
The first picture is how it looks in my editor, and the second one how it looks in Shopify editor

