Hello World (MDX)
2025-01-054 min read
Hello World
Welcome to the blog! This is an MDX post. You can embed components and write Markdown together.
Why MDX?
- Write content in Markdown
- Use React components inline
- Keep styling consistent
export function hello(name: string) {
return `Hello, ${name}!`;
}
That’s it for now — more soon.