mixmark-io / turndown

🛏 An HTML to Markdown converter written in JavaScript
https://mixmark-io.github.io/turndown
MIT License
8.62k stars 870 forks source link

Property based test based on markdown-it (commonmark). #406

Open zombiecalypse opened 2 years ago

zombiecalypse commented 2 years ago

Note that the test is currently failing, so merge with caution

This change checks that

markdown_it.render(turndown.render(html)) ~ html

and it currently finds various corner-cases:

The test should be easy to extend to other scenarios that may prove to be problematic.