Skip to content
Discussion options

You must be logged in to vote

By default Jodit edits an HTML fragment, so the html/head/body wrapper tags get stripped — that's expected for an inline editor. If you need to edit a whole document and keep those tags, turn on editHTMLDocumentMode: true — it runs in an iframe and preserves the full document structure. Without that mode there's no way to keep the structural tags.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants