Headers
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
This text is italicized.
This text is bold.
This text is bold and italicized.
Lists
Unordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered List
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Links
Click here to visit Example.com.
Images
Blockquotes
This is a blockquote.
Horizontal Line
Tables
Name | Age | Country |
---|---|---|
John | 25 | USA |
Maria | 30 | Brazil |
Ahmed | 22 | Australia |
Inline Code
This is an inline code
example.
Strikethrough
This text is strikethrough.
Task Lists
- Task 1
- Task 2
- Task 3
Footnotes
Here’s a sentence with a footnote1.
Code block
def greet(name):
print(f"Hello, {name}!")
greet("John")
# Ligature test
var x = 10
x += 5
if x == 15:
print("x is 15")
if x >= 10:
print("x is 10 or greater")
This is the footnote. ↩︎