Getting the Text Editor to allow a block-level element inside of an <a> tag
I have a similar issue to this post on StackOverflow: html5 - How to configure TinyMCE to allow block-level elements inside anchor (a) tag? - Stack Overflow
I wish to put divs and other HTML block-level elements inside of a link tag <a>. The editor is stripping out and correcting syntax that renders in modern browsers.
Can this setting be overwritten in some way to get the behavior I desire?