Link anchors that point to a different section on the same page do not seem to be working. Something like [my link](#example), when clicked points to /support/#example.
Examples:
These links obviously aren't the intended target since those sections do not exist at the root of the project.
I believe there are 26 broken links like this. I used grep -F '](#' content/*.md to find them all. I am very familiar with markdown and know that links like [my link](#example) are valid and should work. I am not familiar with NuxtJS enough to figure out why these links aren't working.
Link anchors that point to a different section on the same page do not seem to be working. Something like
[my link](#example), when clicked points to/support/#example.Examples:
These links obviously aren't the intended target since those sections do not exist at the root of the project.
I believe there are 26 broken links like this. I used
grep -F '](#' content/*.mdto find them all. I am very familiar with markdown and know that links like[my link](#example)are valid and should work. I am not familiar with NuxtJS enough to figure out why these links aren't working.