I am using summernote in my project, I configured as mentioned in the document, when Toggling from codeview to normal view, Style tags are removed in my application. But in summernoteJS it is working as expected, style tags are not been removed.
How can we include style tags after toggling to normal view. I am adding images for reference.
I added plain Html text in codeview.
enter image description here after toggling from codeview, the style tag is missing.
need to get style tags after toggling to normal view.