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.
from Need to have both p tag and br tag in tinyMCE editor


No comments:
Post a Comment