I created a group of fields and one of the subfields is a textare.
Inside it, I'd like to add a simple ol
list.
So, I write the content this way:
This is the text I write.
Then, I add a simple list:
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>
Here other text to display with Elementor.
Unfortunately, the content is shown in the frontend like this:
> This is the text I write. Then, I add a simple list: <ol> <li>First item</li> <li>Second item</li> <li>Third item</li> </ol> Here other text to display with Elementor.
I tried to disable the sanitization setting none
, but this didn't worked.