basically my problem is this: Lets for an example say that I created this text in my WYSIWYG implementation and posted it to the server
<p>Hello world</p>
But when I want to display this content using Thymeleaf it displays
<p>Hello world</p>
And I somehow need to convert it into an HTML tag. Any ideas? I've been looking but so far found nothing.