Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.74k stars 858 forks source link

The LinkChecker appears to be broken for internal link #1243

Closed waylan closed 2 years ago

waylan commented 2 years ago

CI error appears unrelated to my change. 😕

43 files checked. ERROR: 5 files with dead links found!

Originally posted by @gertvdijk in https://github.com/Python-Markdown/markdown/issues/1241#issuecomment-1086949742

Every "broken" link is an internal link which points to another section (using #hashes). I'm wondering if perhaps the link checking library was updated and its new behavior is related to this. Will need to investigate.