Top

Ola Mundo

Written by John DoeatDecember 17, 2024
text
markdown
sample
Ola Mundo

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:

  1. First step
  2. Second step
  3. Third step

Code Example

Here's an inline code example: console.log('Hello World!')

And a code block:

def greet():
    print("Hello, World!")

Quote

This is a blockquote. It can span multiple lines.

Table

Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4