Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-remark-footnotes

remark-footnotes plugin for gatsby-transformer-remark.

remark@13 has removed the footnotes option in favor of remark-footnotes and gatsby-transformer-remark@4 now uses remark@13. This plugin is intended to keep using the footnotes feature with gatsby-transformer-remark@4.

Install

npm install gatsby-plugin-remark-footnotes

How to use

In your gatsby-config.js:

     {
       resolve: `gatsby-transformer-remark`,
       options: {
         plugins: [
+          `gatsby-plugin-remark-footnotes`,
         ]
       }
     }

License

MIT

© 2023 Gatsby, Inc.