gatsby-remark-jh-codepen-block
v0.1.2
Published
Gatsby plugin to add Codepen link block to markdown
Downloads
3
Readme
gatsby-remark-jh-codepen-block
This plugin is designed for use with the gatsby-plugin-mdx.
First, install via NPM:
npm install gatsby-remark-jh-codepen-block
Then add to gatsby-config.js
:
module.exports = {
plugins: [
{
resolve: 'gatsby-plugin-mdx',
options: {
gatsbyRemarkPlugins: [
'gatsby-remark-jh-codepen-block'
]
}
}
]
}