Prevent ProseMirror from breaking on unknown HTML
Previously, loading any HTML into the Classic editor (such as when switching between editors) would cause the entire editor to break.
Now, this preserves all HTML loaded into a post, alongside shortcodes like <!--more-->. It simply displays the HTML and maintains it across edits, so no data is lost.