We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31828e4 commit 3f3d5c8Copy full SHA for 3f3d5c8
packages/gatsby-plugin-mdx/README.md
@@ -405,6 +405,7 @@ module.exports = {
405
resolve: `gatsby-plugin-mdx`,
406
options: {
407
rehypePlugins: [
408
+ // Generate heading ids for rehype-autolink-headings
409
require("rehype-slug"),
410
// To pass options, use a 2-element array with the
411
// configuration in an object in the second element
0 commit comments