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
I am looking for a lib that takes markdown and pushes delta.
I was wondering if you would be interested in supporting the reverse operation of what you support currently (HTML => Delta).
Also I'm wondering if you would be interested in supporting Delta to Markdown and Markdown to Delta.
Thanks for your input,
Joseph
The text was updated successfully, but these errors were encountered:
Hey. All good questions. Adding support for Delta to Markdown would be pretty easy. Going the other way is not--the challenge would be to come up with a good data structure into which to parse any Markdown or HTML; and then serializing that into JSON is relatively trivial. I'm sure there are good parsers. Open to PRs!
Hi,
I am looking for a lib that takes markdown and pushes delta.
I was wondering if you would be interested in supporting the reverse operation of what you support currently (HTML => Delta).
Also I'm wondering if you would be interested in supporting Delta to Markdown and Markdown to Delta.
Thanks for your input,
Joseph
The text was updated successfully, but these errors were encountered: