Top

Ola Mundo

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

table of contents

I am be written to test md parser works or not

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:
python
def greet(): print("Hello, World!")

Quote

This is a blockquote. This is another blockquote.

Table

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

I am an image example

Image Example

Will I be attacked?

<script> alert('Hello World!'); </script> <iframe src="https://www.google.com"></iframe>