gatsby-plugin-remark-footnotes

0.0.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gatsby-plugin-remark-footnotes

    Weekly Downloads

    10

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2.53 kB

    Total Files

    4

    Last publish

    Collaborators

    • wktk