Skip to main content
File

id: mdx title: Powered by MDX

JS TODO

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

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

Docusaurus green and Facebook blue are my favorite colors.

I can write Markdown alongside my JSX!