Closed keul closed 4 years ago
@keul you need to install gatsby-remark-autolink-headers. I just had the same problem. I've created a PR #4 to improve the installation instructions
@keul sorry I didn't see your issue. @lharries just added a clear instruction to the readme. does that solves your problem?
@signalwerk @lharries I'll check this ASAP and I'll be back to you in case
It works like a charm! Thanks
awesome!
While the TOC is properly generated, links inside the page are not working.
Inspecting the DOM I don't see any named link or id on the header elements.
Can this be related to other
gatsby-transformer-remark
plugins?For example: is I put the
gatsby-remark-table-of-contents
as the last of the list it totally stop working (even the TOC is not generated).This is my configuration:
The "lowest" position where I'm able to put the configuration is above
gatsby-remark-prismjs
.