How can I convert HTML back to clean data ? #1926
Unanswered
hey-ksource
asked this question in
Q&A
Replies: 1 comment
-
@hey-ksource if you are storing in backend server i suggest you store both clean data json and html convert |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
e.g.
<h1>hello world</h1>
to
[ { "type": "header", "data": { "text": "hello world", "level": 1 } } ]
Beta Was this translation helpful? Give feedback.
All reactions