HTML5 editor lost format when pasting from microsoft word

I am doing a project in asp.net mvc3 C #. Based on client requirements, I need to implement an HTML5 editor.

When searching the net, I got the Aloha editor, but when pasting from Microsoft Word, the editor did not show the actual format (missing color, image, etc.).

Is there an alternative HTML5 editor that will solve my problem?

+5
source share
2 answers

Most editors extract Microsoft Word HTML code because MS does all kinds of crazy things in Word that cause problems when trying to display it as a regular HTML document.

HTML 5 - Wijmo, jQuery UI (http://wijmo.com/demo/v2/#editor|overview). - , Word, , , HTML. , , .

+1

All Articles