id: mdx

title: Powered by MDX

You can write JSX and use React components within your Markdown thanks to MDX.

export const Highlight = ({children, color}) => ( {children} );

Docusaurus green and iDong yellow are my favorite colors.

I can write Markdown alongside my JSX!