You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in #1518 we started distinguishing between rawlinks and autolinks to simplify and reduce false positive in broken link detection in strudy.
I realized today that the heuristic to distinguish between the two is not working so well for bikeshed: links that are defined in <pre class='anchors'> sections get classified as autolinks whereas in fact they're manually maintained URLs.
I don't think there is an easy way to fix this short of changing bikeshed to markup these links differently.
(conversely, if/when we fix it, we would be able to detect systematically links that are defined in anchors section but don't need to be)