Monday, 8 February 2021

Need to have both p tag and br tag in tinyMCE editor

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.

added br tag in the DOM

Without br tag



from Need to have both p tag and br tag in tinyMCE editor

No comments:

Post a Comment