Olá Mundo! (Hello World!)
Welcome to my page
This is a sample markdown page that demonstrates various markdown features.
Text Formatting
You can write text in bold, italic, or both. You can also use strikethrough text.
Lists
Here's an unordered list:
- First item
- Second item
- Third item with a link
Numbered list:
- First step
- Second step
- Third step
Code Example
Here's an inline code example: console.log('Hello World!')
And a code block:
Quote
This is a blockquote. It can span multiple lines.
Table
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |