My First Blog Post
Introduction
Write your blog post content here using standard Markdown.
Subheading
You can use code blocks, lists, and more.
- Point 1
- Point 2
// You can also include code snippets
const greeting = "Hello World";
console.log(greeting);