Markdown testing post.

1 min read

This is a test Markdown post demonstrating various Markdown components.

Headings

This is an H3 heading

This is an H4 heading


Lists

Unnumbered List

Numbered List

  1. First item
  2. Second item
    1. Subitem 2.1
    2. Subitem 2.2

Google - Visit Google.com

Images

Blog post image

Emphasis

This text will be italic This will also be italic

This text will be bold This will also be bold

Code Blocks

def greet(name):
    print("Hello, " + name + "!")
function greet(name) {
    console.log("Hello, " + name + "!");
}

Blockquotes

Markdown is a lightweight markup language with plain-text formatting syntax. It is designed so that it can be converted to HTML and many other formats.