Share your code.
unstylerpublic
unstyler.js
So, that point in your project comes, and you need to handle copy & paste from Microsoft Word. At first, it looks great... and then you look at the HTML!
This library is an alternative to using a mature WYSIWYG editor that incorporates "Paste from Word".
Dependencies
None. :-)
How to Use
var goodHtml = ;
You might want to use it with JQuery in a paste handler:
;
Yes, it works for contentEditable
too:
;
Licence
MIT