gatsby-plugin-mdx2
v0.0.9-0
Published
Experimental Gatsby plugin for MDX v2
Downloads
3
Readme
gatsby-plugin-mdx2
Experimental Gatsby plugin for MDX v2
npm i gatsby-plugin-mdx2 @mdx-js/mdx @mdx-js/loader @mdx-js/react
// gatsby-config.js
module.exports = {
plugins: [
'gatsby-plugin-mdx2',
]
}