We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working on a little editor and I have found this lib exalent for converting from md to html.
But now a user may want to convert back from their html version to this subset of markdown.
It would be nice if it was robust to HTML errors.
I was working on this when i ran into the problem.
https://codepen.io/syonfox/pen/bGMpLRQ?editors=1111
You can see if you converts some md to rich and then back its not implemented to go from html -> md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am working on a little editor and I have found this lib exalent for converting from md to html.
But now a user may want to convert back from their html version to this subset of markdown.
It would be nice if it was robust to HTML errors.
I was working on this when i ran into the problem.
https://codepen.io/syonfox/pen/bGMpLRQ?editors=1111
You can see if you converts some md to rich and then back its not implemented to go from html -> md
The text was updated successfully, but these errors were encountered: