-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
builder:linkchecktype:enhancementenhance or introduce a new featureenhance or introduce a new feature
Description
Is your feature request related to a problem? Please describe.
It appears GitHub has made the Markdown renderer/file viewer require JavaScript which breaks linkcheck anchor checks.
Describe the solution you'd like
A config which disables the linkcheck anchors check based on a regex of the entire URL would allow for cases like these to be handled while still validating whether the page itself exists and keep anchor checks enabled for others.
linkcheck_anchors_disabled = [
# Requires JavaScript
r'https://github.com'
]Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
This is what the page looks like without JavaScript enabled:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
builder:linkchecktype:enhancementenhance or introduce a new featureenhance or introduce a new feature