0.0.5 • Published 4 years ago

gatsby-remark-hypher v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

gatsby-remark-hypher

A thin wrapper around remark-hypher, for use with Gatsby. Please see remark-hypher for information and documentation on usage.

Getting started

// in gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        {
          resolve: "gatsby-remark-hypher",
          options: {
            leftmin: 3,
            rightmin: 2,
            minLength: 6,
          },
        },
      ],
    },
  },
]

The options object is the same one as documented in remark-hypher.

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago