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
However, it's more complex than just adding back the < and > - we'd need to also recurse down into the child notes, AND add close tags </...> for each.
I wish it would just preserve the entire original HTML for each element, maybe as an original property. This would include a lot of redundant information, but really is useful for some use cases (like ours in publiclab/inline-markdown-editor#52).
I would like to convert DOM to JSON, modify the JSON and convet it back to DOM String.
Please suggest
The text was updated successfully, but these errors were encountered: