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.

/gatsby-remark-hypher/

    Package Sidebar

    Install

    npm i gatsby-remark-hypher

    Weekly Downloads

    0

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    2.66 kB

    Total Files

    5

    Last publish

    Collaborators

    • siawyoung