-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add support for Text Fragments #293
Comments
For jekyll-reveal sites, this is rather counterproductive, as it is used as a native URL anchor, e.g.: https://kartographie.geo.tu-dresden.de/ad/python_datascience_2022/#/35/0/0 I see lots of errors from muffet for these Text Fragments that do point to valid URLs. |
For now, I made changes to ignore text fragments to avoid unexpected errors in #301. BTW, at least on Chrome, text fragments can capture texts across element boundaries. That seems to make implementation of text fragment matching easier. 🤣 e.g.
|
For my notes, browsers supporting text fragments: https://caniuse.com/?search=text%20fragments%20 |
A colleague of mine recently created a page with a link that used a Text Fragment. It looks like this concept has been around long enough that common browsers support it, but Muffet unfortunately chokes on it. An example:
The text was updated successfully, but these errors were encountered: