Command Palette

Search for a command to run...

Hello World

A proof that rendering this MDX file actually works!

Code Blocks

What about code blocks?

console.log("Hello World");
.test {
    display: block;
}

It works too!