Hello World
Welcome to my first post. This is a paragraph of body text. You can write as much or as little as you like here.
Headings
H1 - Page Title
H2 - Section
H3 - Subsection
Text Formatting
This is bold text, this is italic text, and this is strikethrough.
You can also write inline code like this.
Lists
Unordered list:
- Apples
- Bananas
- Oranges
- Blood oranges
- Navel oranges
Ordered list:
- First step
- Second step
- Third step
Blockquote
This is a blockquote. Great for pull quotes, callouts, or highlighting something important.
Code Block
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Links and Images
Table
| Name | Role | Country |
|---|---|---|
| Alice | Developer | USA |
| Bob | Designer | UK |
| Charlie | Manager | Canada |
Horizontal Rule
That’s it! Markdown is simple but powerful.