Photo by Jason Leung on Unsplash
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
- First item
- Second item
- Third item
- Unordered item
- Another item
- And another
Code Blocks
const greeting = "Hello, World!";
console.log(greeting);
Links and Images
You can link to other pages (this redirects to ‘home’)
Blockquotes
This is a blockquote. You can use it to emphasize text or quote someone.