Heading Level 1

This is a paragraph with some bold text and some italic text. Here is a link to OpenAI.

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

Lists

Unordered List

Ordered List

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

Mixed List

  1. First item
    • Subitem 1.1
    • Subitem 1.2
      1. Subitem 1.2.1
      2. Subitem 1.2.2
  2. Second item
    • Subitem 2.1
    • Subitem 2.2

Blockquotes

This is a blockquote.This is the second line of the blockquote.


Code

Inline Code

Here is some inline code: print("Hello, World!")

Code Block

def greet(name):
    return f"Hello, {name}!"