WordPress removes paragraphs. How to disable this behavior?

check this solution help full for you.

jQuery(document).ready(function(){

var a = $('div').html();

$('div').html('<p>'+a+'</p>');

});

or check this url link