Hello, we are changing the text editor, and we are trying to use richtexteditor. However, when I show the saved texts from the old editor, the paragraph does not work.
Example saved in the old editor:
<p>enter</p>
<p>enter</p>
Richtexteditor shows:
enter enter
But I need it to show like this:
enter
enter
How to solve this?