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}!`;
}
- Lists work
- So do links
And blockquotes too.