My First Blog Post

Last updated on

My First Blog Post

Welcome to my first blog post! Here’s how you can use various Markdown features:

Headers

You can use different levels of headers (H1-H6)

Text Formatting

You can write text in bold or italic

Lists

  1. First item
  2. Second item
  3. Third item
  • Unordered item
  • Another item
  • And another

Code Blocks

const greeting = "Hello, World!";
console.log(greeting);

You can link to other pages (this redirects to ‘home’)

Alt text for images

Blockquotes

This is a blockquote. You can use it to emphasize text or quote someone.