1.2.0 • Published 6 years ago

@matthamlin/parcel-plugin-mdx v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

MDX Parcel Plugin

This is an experimental parcel plugin for MDX Support.

Usage

  1. Install:

npm i @matthamlin/parcel-plugin-mdx --save-dev

or

yarn add -D @matthamlin/parcel-plugin-mdx

  1. Write code!
// index.js
import MDXContent from './content.mdx';

...

render(<MDXContent />, root);

Thanks

I couldn't have written this without the following: