Back to posts

Welcome to My Blog

Published on
by Nguyễn Công Dũng
blogexamplemdx

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:

JavaScript
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.