samclarke / SCEditor

A lightweight HTML and BBCode WYSIWYG editor
http://www.sceditor.com/
Other
659 stars 188 forks source link

Fix code tags including styles from block elements #916

Closed samclarke closed 1 year ago

samclarke commented 1 year ago

Improves the special case handling for code tags so they only include text content. Also fixes BBCode formats paste handling to not convert styles if parent is a code tag.

Fixes #915