Welcome to this sample Markdown document. Below you'll find a variety of Markdown elements to illustrate how they can be used.
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
- First item
- Second item
- Third item
You can include links in your document:
Here’s how you can add an image:
"This is a blockquote. It is often used to highlight quotes or important text."
Inline code can be represented by backticks: code example
.
For code blocks, you can use triple backticks:
def hello_world():
print("Hello, world!")
Tables can be very useful:
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1 | Data 1 | Data 2 |
Row 2 | Data 3 | Data 4 |
This is a horizontal rule. It's useful for separating sections.
- Italic text
- Bold text
- Bold and italic text
- Completed task
- Incomplete task