steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
663 stars 1.71k forks source link

HTML Editor 'save' on editor screen #4

Closed steveathon closed 10 years ago

steveathon commented 10 years ago

Currently, if you 'save' the data out of the editor when you are on the HTML editor screen, it will present the HTML wrapped in "pre", need to pre-convert it back to html prior to outputting when executing the $(editor).html() if possible.

steveathon commented 10 years ago

Fixed!