TinyMce is stripping out breaks and paragraphs even if they are added to HTYML. Why does it do this?!?
The solutions I’ve seen online is to use nl2br(). Unfortunately this is adding breaks where they don’t belong like after headings and list items. It also isn’t the correct markup.
I tried adding:
$init[‘force_br_newlines’] = ‘false’;
$init[‘force_p_newlines’] = ‘true’;
does this have to do anything with pasting from MS Word or some other text editor. I find that pasting text from word or others is a big NO NO and wordpress will literally strip you down with all types of tags. Just I use to use another editor within wordpress but went back to the original after upgrading to wordpress 3.xx and newer. I find it handles text better with keeping your tags in place for the HTML.