wktk / gatsby-plugin-remark-footnotes

remark-footnotes plugin for gatsby-transformer-remark

Home Page:https://www.npmjs.com/package/gatsby-plugin-remark-footnotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

remark-footnotes plugin for gatsby-transformer-remark

https://www.npmjs.com/package/gatsby-plugin-remark-footnotes

License:MIT License


Languages

Language:JavaScript 100.0%