This is a sample markdown document showcasing various markdown elements.
You can make text bold, italic, or both. You can also use strikethrough for crossed-out text.
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
- First item
- Second item
- Third item
Inline code: print("Hello, World!")
Code block:
def greet(name):
return f"Hello, {name}!"
print(greet("Markdown"))
This is a blockquote. It can span multiple lines.
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
- Completed task
- Incomplete task
That's it! Hope this sample helps you understand markdown better.