Embed 3rd party media content in MDX - no import required
npm install mdx-embedMDX Embed allows you to easily _embed_ popular 3rd party media content such as YouTube videos, Tweets, Instagram posts
and many more straight into your .mdx - no import required!
``sh`
npm install mdx-embed --save
Wrap your application with the MDXEmbedProvider and allow your MDX to render all of the provided components.
`javascript
import React from 'react';
import { MDXEmbedProvider } from 'mdx-embed';
export default (props) =>
``
For more information about how to install the package please see the
docs