filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
403 stars 51 forks source link

Normalize (percent-encode) anchor links #8

Open filiph opened 7 years ago

filiph commented 7 years ago

A link like https://flutter.io/widgets/interaction/#Touch interactions is the same as https://flutter.io/widgets/interaction/#Touch%20interactions.

Right now, linkcheck will report a "HTTP 200 but missing anchor" warning when following a https://flutter.io/widgets/interaction/#Touch%20interactions link and when the target element looks like <h1 id="Touch interactions">Touch interactions</h1>.