gatsby-remark-jh-codepen-block

0.1.2 • Public • Published

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'
                ]
            }
        }
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-remark-jh-codepen-block

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

2.21 kB

Total Files

3

Last publish

Collaborators

  • jonathanharrell