Introduction
This is a paragraph of body text. It supports bold, italic, and inline code.
Code Blocks
JavaScript:
function greet(name) {
return `Hello, ${name}!`
}
console.log(greet('K7'))
Python:
def greet(name):
return f"Hello, {name}!"
print(greet("K7"))
Lists
Unordered:
- Item one
- Item two
- Item three
Ordered:
- First
- Second
- Third
Blockquote
This is a blockquote. It can span multiple lines.
Links and Images
Visit itzk7.dev for more content.
Heading Level Three
Smaller heading for section breaks.