Sample Blog Post

Sample Blog Post

This is a sample blog post written in Markdown. It demonstrates various Markdown features:

Headers

This is an H3

This is an H4

Text Formatting

You can write text in bold or italic. You can also use strikethrough.

Lists

Unordered list:

  • Item 1
  • Item 2
  • Item 3

Ordered list:

  1. First item
  2. Second item
  3. Third item

Code

Inline code looks like this.

// Code block
function hello() {
  console.log('Hello, world!');
}

Links and Images

Visit my website

Blockquotes

This is a blockquote. It can span multiple lines and is useful for highlighting important information.

Tables

Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4