MDX
Definition
MDX is a format that lets you use JSX (React components) within markdown documents.
MDX is popular in documentation sites and blogs built with React frameworks like Next.js and Gatsby.
Note: markshare renders standard markdown, not MDX.
Example
# Hello World
<MyComponent prop="value" />
Regular markdown continues...