Closed monkey5an closed 3 years ago
Issue: Using anchor link—for example, [create an anchor](#anchors-in-markdown)—does not work.
[create an anchor](#anchors-in-markdown)
Expected: Clicking link would navigate to the appropriate section of that page.
Actual: Clicking link navigates to the top of the page.
Any feedback on what I am doing wrong appreciated.
Resolved: The starter is configured to use gatsby 2.18.10. Updating gatsby to 2.30.1 fixed the issue for me.
gatsby 2.18.10
I assume it is because it includes this: https://github.com/gatsbyjs/gatsby/issues/25778
Issue: Using anchor link—for example,
[create an anchor](#anchors-in-markdown)
—does not work.Steps
Expected: Clicking link would navigate to the appropriate section of that page.
Actual: Clicking link navigates to the top of the page.
Request
Any feedback on what I am doing wrong appreciated.