Here's some markdown, testing how it looks
This text is italicized
This text is also italicized
This text is bold
This text is also bold
This text is struck through
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
This is an inline code: print("Hello, world!")
def hello_world():
print("Hello, world!")
hello_world()