March 8, 2026 · Your Name

Hello World

Welcome to my first post. This is a paragraph of body text. You can write as much or as little as you like here.

Headings

H1 - Page Title

H2 - Section

H3 - Subsection

Text Formatting

This is bold text, this is italic text, and this is strikethrough.

You can also write inline code like this.

Lists

Unordered list:

Ordered list:

  1. First step
  2. Second step
  3. Third step

Blockquote

This is a blockquote. Great for pull quotes, callouts, or highlighting something important.

Code Block

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

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

Visit Astro

Alt text for an image

Table

NameRoleCountry
AliceDeveloperUSA
BobDesignerUK
CharlieManagerCanada

Horizontal Rule


That’s it! Markdown is simple but powerful.