Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a way to catch also hash links? #98

Closed
zivl opened this issue Jul 13, 2020 · 2 comments
Closed

is there a way to catch also hash links? #98

zivl opened this issue Jul 13, 2020 · 2 comments
Labels
duplicate This issue was already asked, please comment on the original one

Comments

@zivl
Copy link

zivl commented Jul 13, 2020

For example, my README.md file contains the following link:

[example](http://www.example.com/somePage#someNotExistPageSection)

The http protocol fetched the address and gets 200:OK but the section is not there anymore...
now... I know this is how HTTP/browsers work - but is there a way to catch those use cases?

@NicolasMassart
Copy link
Contributor

The difficulty is to know what to test. For some pages the # anchor is in the HTML directly but for others it's compiled from some JS and requires the page to be rendered. Does having the basic case of looking for the anchor in html source code enough for you or do you absolutely need to look deeper and render the page as if it was displayed on a browser?

@NicolasMassart NicolasMassart added the enhancement New feature request or implementation label Sep 25, 2020
@NicolasMassart
Copy link
Contributor

This may be a duplicate of #91

@NicolasMassart NicolasMassart added duplicate This issue was already asked, please comment on the original one and removed enhancement New feature request or implementation labels Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue was already asked, please comment on the original one
Projects
None yet
Development

No branches or pull requests

2 participants