Return value for HTML field should not include editor-specific classes and such

I was surprised to see that the returned value from HTML fields includes the editor-specific markup (classes and such). It even returns the data-slate-fragment (which is a rather large hashed-looking string). Consuming ends of the data certainly do not need this stuff. Is there any way to request data from HTML fields without all this?

The only thing I can currently think to do is manually parse the returned HTML to remove all these bits manually.

Not sure if this should be a feature request or a support request. Feel free to categorize as appropriate.

hello @mulchkinn welcome to Community! :slight_smile:

Can you please explain how are you retrieving the information? I cannot replicate your issue, Iā€™m correctly getting only the HTML from a field.

Thank you!