Community Plugin
View plugin on GitHubgatsby-remark-embed-glitch
Embed a Glitch in your Markdown
Install
- Install plugin to your site:
npm install gatsby-remark-embed-glitch --save
- 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.