@benjie/gatsby-mdx

mdx integration for gatsby

Usage no npm install needed!

<script type="module">
  import benjieGatsbyMdx from 'https://cdn.skypack.dev/@benjie/gatsby-mdx';
</script>

README

gatsby-mdx

gatsby-mdx is the solution for MDX and Gatsby Gatsby for ambitious projects.

Installation

npm install gatsby-mdx
module.exports = {
  plugins: [`gatsby-mdx`]
};

Without any options, this configuration will allow you to create pages with .mdx files in src/pages and will process any Gatsby nodes with Markdown media types into MDX content.

What Next

You can