generated by Pete with ChatGPT GPT-4, 2023-04-23 not perfect, but still worth saving
This is a test page for Markdown.
# H1
## H2
### H3
#### H4
##### H5
###### H6
*text*
or _text_
**text**
or __text__
***text***
or ___text___
* Item 1
* Item 1.1
* Item 2
1. Item 1
1. Item 1.1
2. Item 2
[Google link](https://www.google.com)
[Wikipedia link](https://en.wikipedia.org/wiki/Main_Page)
Example:

Inline code: `hello()`: hello()
Multi-line code:
def test_func(x):
return x * 2
Syntax-highlighted code:
def test_func(x):
return x * 2
Title 1 | Title 2 | Title 3 |
---|---|---|
Row 1.1 | Row 1.2 | Row 1.3 |
Row 2.1 | Row 2.2 | Row 2.3 |
Row 3.1 | Row 3.2 | Row 3.3 |
| Title 1 | Title 2 | Title 3 |
|---------|---------|---------|
| Row 1.1 | Row 1.2 | Row 1.3 |
| Row 2.1 | Row 2.2 | Row 2.3 |
| Row 3.1 | Row 3.2 | Row 3.3 |