I want to prevent TinyMCE from converting linebreaks (pasted from notepad for example) into <br>
's.
Thats because I want to post code snippets inside <pre>
tags, and I don't want to have <br>
's in there.
I already tried several TinyMCE settings in the config without success:
force_p_newlines : false,
force_br_newlines : false,
remove_linebreaks : false,
convert_newlines_to_brs : false
After submiting the content TinyMCE still converts all of my linebreaks. I'm using TinyMCE 3 with umbraco CMS.