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