0.3.6-0 • Published 5 years ago

@benjie/gatsby-mdx v0.3.6-0

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

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