Hey guys,
I also experienced this issue. When I save this html on “text block” editor <p>first paragraph ...</p><p>Second paragraph ...</p>
it works for the first time but two <p> tags seems to get merged into one like <p>first paragraph … Second paragraph …</p> whenever I made changes on page and save. I also tried this code which usually works with wordpress default tinymce `remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );` but no effect on this one.
wow I didn’t read the above conversation carefully, “Stop removing the <p> and
tags when saving and show them in the Text editor” removing that tinymce option fixed this issue.
this is the location of the checkbox option
Dashboard>Setting>TinyMce Advanced
Cheers
Zaw