Example Blog Post

Jan 11, 2024

Welcome to My Blog

This is an example blog post to demonstrate the MDX format. You can write your blog posts using Markdown with JSX components.

Features

  • Markdown formatting
  • Code syntax highlighting
  • Custom components
  • And more!
// Example code block
function greet(name) {
  return `Hello, ${name}!`;
}

Feel free to replace this content with your actual blog posts!

Suman Paik