Hi there,
Got a little problem with the WYSIWYG RTE in Xperience.
Our client need to use some nbsp.
First, I had a problem with Froala editing the HTML we're inputing. I quickly found [this](https://froala.com/wysiwyg-editor/docs/options/#htmlUntouched) configuration that allows for froala to keep it's place and do what it's told.
And now... It's Kentico's turn. I have this in the CMS
It's correctly stored in DB
```
{
"identifier": "b8336a8a-a877-4a29-b61f-a4701669ff7c",
"type": "Kentico.Widget.RichText",
"variants": [
{
"identifier": "005d3966-971f-4086-94c9-9ad5ea235cb8",
"properties": {
"content": "<p>1 000 000 000 000</p>"
},
"fieldIdentifiers": {
"content": "cf8f3585-4b26-4602-85f2-7f415aa5ebe1"
}
}
]
}
```
And here is how it's sent on the page (suppose to have an image showing the nbsp have been stripped from the HTML served by the server but...)
Not very WYSIWYG.
Is there a way to avoid Kentico modifying what it's told to display ?
Environment
Xperience by Kentico version: [31.2.0]
.NET version: [10]