html2commonmark
html2commonmark copied to clipboard
Use parse5 instead of jsdom
It has come to my attention that Parse5 is a more robust and reliable html parser than jsdom. We should at support for Parse5 by default instead of JSDom.
If it is indeed reliable for parsing, we should also not call it Parse5Converter, but NodeConverter, as that implementation will always be used from node.