Im using the bootstrap-wysihtml5 rich text editor bootstrap-wysihtml5 which basically works as expected. However, I was wondering what would be the best approach to process the generated HTML output for inclusion into the DOM tree. The issue is that normal text input comes without a tag whereas all the other tags (h1, h2, ul, etc. are provided) which makes it difficult to take the output straight away.
Is there a way to avoid any additional processing? Or am I just missing the p-tags somewhere?