md_files/Java/test.md
2025-03-19 18:31:37 +08:00

83 lines
672 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```c
int main(){
return 0;
}
```
# ![测试](https://pic.bitday.top/i/2025/03/19/u7da13-2.png)
# 一级标题:# xx
## 二级标题:## xx
无序列表:- xx
- 1
- 2
有序列表1. xx
1. first
2. second
任务列表:- [ ] xx
- [ ] xx
- [ ] xxx
斜体星号xx星号
*斜体*
加粗星号星号xx星号星号
**加粗**
删除波浪线波浪线xx波浪线波浪线
~~删除~~
---
分割线:---
$$
\frac{\partial f}{\partial x}=2\sqrt{a}x
$$
注释:<!--ww1w1-->
[百度](www.baidu.com "一个搜索引擎")
[谷歌][id]
[id]: google.com ""谷歌""
[请参考标题一](#一级标题:# xx )
![ww]()