Use MDXProvider to Control the Rendering of Markdown Elements with Gatsby MDX

InstructorChris Biscardi

Share this video with your friends

Send Tweet

MDX allows you to control the rendering of any element from your markdown document, such as the heading, paragraphs, or code blocks. MDXProvider is a component that can be used to supply React components to control the rendering for these components.