ekuinox / gatsby-plugin-mdx

mdx gatsby plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-plugin-mdx

Installation

yarn add gatsby-plugin-mdx

then

yarn add @mdx-js/mdx @mdx-js/loader loader-utils --dev

In your gatsby-config.js

  plugins: ['gatsby-plugin-mdx'],

Usage

Check mdx document for syntax and examples: https://github.com/mdx-js/mdx#mdx-syntax

Example

Check examples folder for working examples

Basic:

About

mdx gatsby plugin

License:MIT License


Languages

Language:JavaScript 100.0%