gatsby-remark-hypher

0.0.5 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i gatsby-remark-hypher

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

2.66 kB

Total Files

5

Last publish

Collaborators

  • siawyoung