1.1.4 • Published 4 years ago

gatsby-remark-codeset v1.1.4

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

gatsby-remark-codeset

Adds syntax to parse sets of code blocks in markdown. Transforms them to tablist.

Install

npm install --save gatsby-transformer-remark gatsby-remark-codeset

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-codeset`,
        // attention: if you use primjs, put codeset before it.
        // `gatsby-remark-prismjs`
      ],
    },
  },
]
1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago