MDX!
October 22, 2019
This is a post showing MDX in action. This starter now comes with MDX out-of-the-box!
// you can write JSX in your Markdown!
<button>test</button>
MDX
MDX lets you write JSX embedded inside markdown, perfect for technical blogs. MDX works with Gatsby through gatsby-plugin-mdx. You can learn more about it in the Gatsby docs: Getting Started with MDX.