You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update: newlines in blockquotes are preserved if stripWhitespace: false is passed to serializeHtml and deserializeHtml (codesandbox updated). Newlines in code blocks and mentions are still not serialized properly.
Description
The following elements are not preserved when serializing editor state into HTML and then back into editor state:
Steps
To reproduce:
Sandbox
https://codesandbox.io/s/plate-playground-forked-rwfznn
Expectation
The editor value should be preserved when serialized to HTML and then deserialized back into editor state.
Environment
The text was updated successfully, but these errors were encountered: