Community Plugin
View plugin on GitHubgatsby-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-footnotesHow to use
In your gatsby-config.js:
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
+ `gatsby-plugin-remark-footnotes`,
]
}
}License
MIT