Is there a way to get TinyMCE V4 to not remove tags.
tinymce.init({ selector: \'textarea.tinymce\', theme: \'modern\', p
TinyMCE will only allow HTML tags where they are valid ... the tag belongs in the of the document so if you place one in the it will strip it out.
If you enable the fullpage plugin and add a tag in the TinyMCE will keep the tag.
fullpage