This website requires JavaScript.
āœļø Headings
# H1
## H2
### H3
#### H4
##### H5
###### H6
šŸ“„ Paragraphs & Line Breaks
This is a paragraph.

This is another paragraph.

This is a line break.
Still the same paragraph.
[OpenAI](https://openai.com)
[Relative Link](./about.md)
šŸ–¼ Images
![Alt text](image.jpg)
![Alt with title](image.jpg "Title")
šŸ“ Emphasis
*Italic text*
_Italic text_
**Bold text**
__Bold text__
~~Strikethrough~~
šŸ“‹ Lists
Unordered
Ordered
  - Item 1
  - Item 2
    - Subitem
  1. First
  2. Second
    1. Sub
šŸ“Œ Blockquotes
> This is a quote
>> Nested quote
🧮 Syntax Highlighting:
```python
print("Hello Python")
```

`console.log()` for output.
šŸ“Š Tables
| Name   | Age | City     |
|--------|-----|----------|
| Alice  | 25  | London   |
| Bob    | 30  | New York |
šŸ“‘ Horizontal Rule
---
šŸ“Ž Task Lists
- [x] Done task
- [ ] Pending task
šŸŽÆ Escaping Characters
\*Not italic\*
šŸ” Extended Syntax (GitHub Flavored Markdown)
šŸ“ Emoji (GFM:)
:smile: # šŸ˜„
:rocket: # šŸš€
Linux
Mongo