My First Blog Post

2024-06-01
My First Blog Post

Welcome to My Blog

This is bold text, and this is italic text. You can also combine them: bold and italic.

Table Example

| Feature | Supported | | ------------ | --------- | | Headings | Yes | | Lists | Yes | | Images | Yes | | Code Blocks | Yes |

Image Example

Profile Image

Code Block Example

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet('World'));

That's it for this sample post!