log in
register

[Notes] 如何使用markdown

Qingqi@2021-09-11 #notes

# heading

heading

## heading2

heading2

### heading3

heading3

无序列表
- 1
    - 1.1
    - 1.2
        - 1.2.1
- 2
- 3
  • 1
    • 1.1
    • 1.2
      • 1.2.1
  • 2
  • 3
* a
* b
* c
  • a
  • b
  • c
有序列表
1. A
2. b
3. c
  1. A
  2. b
  3. c
分割线
---

***

> 这是引用

这是引用

*斜体*

斜体

**粗体**

粗体

 ```
 这是代码
 ```
这是代码
表格
| name  | age | gender |
| ----- | --- | ------ |
| maike | 13  | 1      |
| peny  | 15  | 0      |
name age gender
maike 13 1
peny 15 0
网址
[baidu](www.baidu.com)

baidu

图片
![baidu](https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png)

baidu

Comments

Log in to add your comment

Don't have an account? register here