Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-remark-embed-glitch

Embed a Glitch in your Markdown

Install

  1. Install plugin to your site:
npm install gatsby-remark-embed-glitch --save
  1. Add following to your gatsby-config.js:
module.exports = {
  plugins: [
    {
      resolve: `gatsby-transformer-remark`,
      options: {
        plugins: [
          {
            resolve: `gatsby-remark-embed-glitch`,
          },
        ],
      },
    },
  ],
};

Usage

Set your Glitch Project Name. ex) react-babel-starter

# Look at this Glitch
`glitch:react-babel-starter`

License

MIT

Thanks

This project was very inspired from gatsby-remark-embed-youtube and modified for Glitch.

gatsby-remark-embed-youtube

© 2023 Gatsby, Inc.