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
- Item 1
- Subitem 1.1
- Subitem 1.2
- Item 2
- Item 3
Ordered List
- First item
- Second item
- Third item
Mixed List
- First item
- Subitem 1.1
- Subitem 1.2
- Subitem 1.2.1
- Subitem 1.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}!"