Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
(Requires: 2.1.1)
This option enables you to make sure that any non block elements or text nodes are wrapped in block elements. For example <strong>something</strong> will result in output like: <p><strong>something</strong></p>. This option is enabled by default as of 3.0a1.
tinyMCE.init({
...
forced_root_block : 'p'
});
Search documentation.