If you paste in HTML like the following to a rich text area then the JSON in the data attributes is not properly escaped. ```html <p data-attribute="{"1":1,"2":2}">Yer me werld queen</p> ```
If you paste in HTML like the following to a rich text area then the JSON in the data attributes is not properly escaped.