Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different outputs and reverse the operation? #3

Open
aerostitch opened this issue Jun 17, 2019 · 1 comment
Open

Support different outputs and reverse the operation? #3

aerostitch opened this issue Jun 17, 2019 · 1 comment

Comments

@aerostitch
Copy link

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

@dchenk
Copy link
Owner

dchenk commented Jun 18, 2019

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants