---
id: mdx
title: Powered by MDX
---
You can write JSX and use React components within your Markdown thanks to [MDX](https://mdxjs.com/).
export const Highlight = ({children, color}) => (
{children}
);
Docusaurus green and Facebook blue are my favorite colors.
I can write **Markdown** alongside my _JSX_!