Skip to main content

Advanced Examples

Powered by MDX​

With Docusuarus, you can write JSX and use React components within your Markdown thanks to MDX.

Docusaurus green and Facebook blue are my favorite colors.

I can write Markdown alongside my JSX!

Tabs​

This is an apple 🍎

Code Box with Title​

/src/components/HelloCodeTitle.js
function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}

Tabbed Code Box​

function helloWorld() {
console.log('Hello, world!');
}

Subscribe for product updates

By subscribing, you agree with Revue’s Terms of Service and Privacy Policy.