I would like to prevent the user from pasting non allowed markup in a contenteditable
div.
I would like to restrict paste to bold, italic, strike, underline and links.
What is the best way (I'm using jQuery
) ?
This is not a duplicate of JQuery Text Editor Paste Without Formatting. I don't want to paste without formatting. I want to select / restrict to some markups.
I already read the following questions, none provides a clear answer: