Closed
Description
/cc @azerupi @rust-lang/docs
Right now, linkchecker reads the HTML of rendered pages directly. It seems that mdBook adds anchors through javascript. This means that linkchecker can't validate links to the book, which is unfortunate.
We could replicate mdBook's logic, but I wonder if that's the best way. Let's figure it out here, and then close this bug out by implementing the solution.