stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Use htmlparser2 tree adapter #127

Closed esamattis closed 6 years ago

esamattis commented 6 years ago

From the roadmap:

add cheerio support by using parse5's htmlparser2 tree adaptor?

Here you go 🎁


Also added a test for html comments as I wondered if they work while working on this. Seem to work just fine.

esamattis commented 6 years ago

Damn it. Just realized in https://github.com/stevenvachon/broken-link-checker/pull/126#issuecomment-419989393 that you want PRs againts the v0.8.0 branch :(

esamattis commented 6 years ago

Superseded by https://github.com/stevenvachon/broken-link-checker/pull/129