Welcome to My Blog
Published on
by Nguyễn Công Dũngblogexamplemdx
Welcome to My Blog
This is an example blog post written in MDX format. MDX allows you to write JSX in your Markdown documents.
Features
- Write Markdown as usual
- Embed React components
- Use syntax highlighting for code blocks
Code Example
Here’s a code example:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));Conclusion
This blog is built with Next.js, MDX, and supports internationalization with English and Vietnamese.