Option: remove_linebreaks

This option controls if linebreak characters should be removed from output HTML or not. This option is enabled by default since many backend systems use newline to <br /> convertion since they used to be plain old textarea based. With this option enables all HTML content will be placed on one line.

Example of usage of the remove_linebreaks option:

tinyMCE.init({
	...
	remove_linebreaks : false
});