gatsby-remark-codeset

1.1.4 • Public • Published

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`
      ],
    },
  },
]

Package Sidebar

Install

npm i gatsby-remark-codeset

Weekly Downloads

1

Version

1.1.4

License

MIT

Unpacked Size

2.4 kB

Total Files

4

Last publish

Collaborators

  • ice-zjchen