Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-remark-prismjs-label

A Gatsby remark plugin that will allows add label for code block demo

###Install

npm i -S gatsby-remark-prismjs-label

###Usage

Add to your gatsby-config.js:

    {
        resolve: `gatsby-remark-prismjs-label`,
        options: {
              templateGenerator: (title) => { return `<p>${title}</p>` }
            }
    }
© 2023 Gatsby, Inc.