0.0.9-0 • Published 2 years ago

gatsby-plugin-mdx2 v0.0.9-0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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