There is showdown.js to convert markdown to HTML, and PHP Markdown to convert markdown to and from HTML. My question is, is there javascript library to convert HTML to markdown?
There is showdown.js to convert markdown to HTML, and PHP Markdown to convert markdown
Share
I’ve started a project to do this:
https://github.com/domchristie/turndown
It’s still in its early stages, so has not been heavily tested, but it’s a start.
Feedback/contributions welcome.