Hello World
Welcome to my new blog! This is a sample post written in MDX.
Features
- MDX: Write JSX in your markdown.
- Syntax Highlighting: Code blocks are beautifully highlighted.
- Fast: Statically generated with Next.js.
function HelloWorld() {
return <h1>Hello World</h1>
}
Enjoy writing!