html2commonmark icon indicating copy to clipboard operation
html2commonmark copied to clipboard

Converts HTML to markdown using commonmark.js. Compliant with the commmonmark markdown specification.

Results 3 html2commonmark issues
Sort by recently updated
recently updated
newest added

Hi, and thank you so much for making this library! I just started using it and am already finding it really useful. I have a couple cases where I'd like...

We should add a direct dev-dependency to the [commonmark spec](https://github.com/jgm/CommonMark). During every build we should regenerate the test cases from it. That way, it is far easier to not get...

It has come to my attention that [Parse5](https://github.com/inikulin/parse5) is a more robust and reliable html parser than jsdom. We should at support for Parse5 by default instead of JSDom. If...