
Adds a table of contents to Gatsby Markdown files using mdast-util-toc
The gatsby-remark-toc package was designed to enhance Markdown files by automatically generating a table of contents based on the headings present. Although it has been deprecated, those previously utilizing it can still appreciate its features, especially in creating well-organized documentation or blogs. If you're looking for a more current solution, transitioning to gatsby-transformer-remark with GraphQL support for table of contents functionality is highly recommended.
reuseExistingHeader option.orderedList option.mdast-util-toc for further tailored results in your Markdown presentation.
GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.