update test file

This commit is contained in:
zibright
2025-07-25 01:25:09 +08:00
parent e6e085eb24
commit 014f9c73a5

View File

@@ -20,9 +20,29 @@
***加粗斜体文本***
~~删除线文本~~
==高亮文本==
角标 ^上角标^ ~下角标~
<u>下划线</u>
- [ ] 代办
- [x] 已办
> 这是一段引用内容
> 引用内容可以换行
>>引用嵌套
行内公式: $f(x)=a-b$
公式:
$$
f(x)=a-b
$$
| 表头1 | 表头2 | 表头3 |
|-------|-------|-------|
@@ -45,4 +65,4 @@ def hello\_world():
分割线以下也是测试内容
![图片替代文本](https://picsum.photos/200/300)
![图片替代文本](https://picsum.photos/200/300 "随机的图片")