Skip to content

Commit 5815b4d

Browse files
committed
修改
1 parent 4fecd12 commit 5815b4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-01-01-TEST.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ pin: true
66
math: true
77
mermaid: true
88
---
9-
# 文件创建与放置
9+
## 文件创建与放置
1010
首先创建一个格式为 **年-月-日-标题.后缀** 的文件并将其放在根目录的 **_posts** \
1111
注意:**后缀**必须是**md**\
1212
如果您想节省创建文件的时间,可以使用插件: [Jekyll-Compose](https://github.com/jekyll/jekyll-compose)
1313

14-
# 前言 | Front Matter
14+
## 前言 | Front Matter
1515
您可以在文件的顶部填写如下 **Front Matter**
1616

1717
```yaml
@@ -36,9 +36,9 @@ image: # ❌【推荐】用于社交平台预览图,支持下列
3636
---
3737
```
3838

39-
# 列表 | Lists
39+
### 列表 | Lists
4040

41-
## 代码块
41+
#### 代码块
4242

4343
```md
4444
### 有序

0 commit comments

Comments
 (0)