← Back to posts

Hello World

· Zac Wojcik

This is my first post, rendered from MDX.

Because posts are MDX, I can drop real React components right into the prose — like this callout.

Here's some code with syntax highlighting:

function greet(name: string): string {
  return `Hello, ${name}!`;
}

And blockquotes too.