Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Releases: Calyhre/gatsby-remark-abbr

v2.0.0

22 Nov 11:51
567ee48
Compare
Choose a tag to compare
  • Remove duplication of internal remark-abbr code
  • We are now allowint options to be passed, see remark-abbr for available options:
    {
      resolve: `gatsby-transformer-remark`,
      options: {
        commonmark: true,
        footnotes: true,
        pedantic: true,
        gfm: true,
        plugins: [
-         "gatsby-remark-abbr"
+         { 
+          resolve: "gatsby-remark-abbr",
+           options: { expandFirst: true },
+         }
        ],
      },
    }

v1.0.1

22 Nov 10:45
8458310
Compare
Choose a tag to compare
  • Bump the whole build toolchain

Initial release

22 Nov 10:42
Compare
Choose a tag to compare
v1.0.0

v1.0.0