What is MDX
Kevin Beck
—May 29, 2019
MDX is markdown for the component era. It lets you write JSX embedded inside markdown. That’s a great combination because it allows you to use markdown’s often terse syntax (such as # heading) for the little things and JSX for more advanced components.
I found this while setting up this blog using Gatsby Starter Egghead Blog
Source
https://github.com/mdx-js/mdx/
More Links
https://github.com/eggheadio/gatsby-starter-egghead-blog https://www.netlify.com/