In tinyMCE editor, I need to have both p tag and br tag, which means p tag should wrap the br tag. While inspecting P tag wraps the BR tag <p><br></p> but in the code block of tinyMCE editor, it shows only p block, tried with valid_elements:'*[*]', not working.

