You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We currently have situations where anchor links are duplicated. For example, the Research page has several "#research-questions" and "#resources" anchors:
This means that if you click on any "#research-questions" anchor on the page:
You'll automatically get sent to the first anchor:
Expected behavior
I think a good way to solve this for now is to have a script that detects duplicate anchor tags and adds -n to the end of the tag. That means we'll have "#research-questions-1" or "#research-questions-2" etc etc.
The text was updated successfully, but these errors were encountered:
Describe the bug
We currently have situations where anchor links are duplicated. For example, the
Research
page has several "#research-questions" and "#resources" anchors:https://www.learnplasma.org/en/research/#research-questions
This means that if you click on any "#research-questions" anchor on the page:
You'll automatically get sent to the first anchor:
Expected behavior
I think a good way to solve this for now is to have a script that detects duplicate anchor tags and adds
-n
to the end of the tag. That means we'll have "#research-questions-1" or "#research-questions-2" etc etc.The text was updated successfully, but these errors were encountered: