1.0.0 • Published 7 years ago
gatsby-remark-sectionize v1.0.0
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-sectionizeConfiguration
In gatsby-config.js file, write the following:
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
`gatsby-remark-sectionize`,
],
},
}1.0.0
7 years ago