Sample English Post

• By YesCodes AI

Welcome to the Blog!

This is the very first blog post on this new platform, written in English. We're excited to share content with you.

Markdown Features

You can use various Markdown features:

  • Lists
    • Nested lists
  • Bold text
  • Italic text
  • Inline code
// Code blocks are also supported
function greet(name) {
  console.log(`Hello, ${name}!`)
}
greet('World')

Stay tuned for more updates!