gatsby-remark-sectionize

1.0.0 • Public • Published

gatsby-remark-sectionize

This is a very simple wrapup of remark plugin remark-sectionize, so that it can be used in Gatsby directly.

Installation

yarn add --dev gatsby-transformer-remark gatsby-remark-sectionize

Configuration

In gatsby-config.js file, write the following:

{
  resolve: `gatsby-transformer-remark`,
  options: {
    plugins: [
      `gatsby-remark-sectionize`,
    ],
  },
}

Package Sidebar

Install

npm i gatsby-remark-sectionize

Weekly Downloads

17

Version

1.0.0

License

MIT

Unpacked Size

2.33 kB

Total Files

4

Last publish

Collaborators

  • laysent