// In your gatsby-config.js plugins: [ { resolve: `gatsby-transformer-remark`, options: { plugins: [`gatsby-remark-prismjs`], }, }, ]