Support URL Encoded Anchors #1467
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
It appears that lychee assumes a different behavior from browsers regarding URL encoded anchors.
Given an anchor, such as
#tangent%3A-kustomize
, targeting the elementid="tangent%3A-kustomize"
lychee fails withFailed: Cannot find fragment
. This appears to only occur with anchors that are URL encoded. Oddly, this only happens when processing local files, and not remote files:Although, I think that URL is incorrect - it should be
https://silvenga.com/posts/helm-and-gitops#tangent%3A-kustomize
.Double checking with browsers, both Firefox and Chromium-based browsers appear to support URL encoded anchors.
The text was updated successfully, but these errors were encountered: