Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
(Requires: 3.2)
This option enables keeping the current text style when you press enter/return on non-IE browsers. This feature is enabled by default but can be disabled by setting the value to false.
// Output elements in HTML style
tinyMCE.init({
...
theme : "advanced",
keep_styles : false
});
Search documentation.