File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ mermaid: true
14
14
15
15
# 前言 | Front Matter
16
16
您可以在文件的顶部填写如下 ** Front Matter**
17
- ``` YAML
17
+
18
+ ``` yaml
18
19
---
19
20
title : # ✅【必填】文章标题,会显示在网页标题和文章头部
20
21
description : # ✅【推荐】页面的描述,用于 SEO 摘要(搜索引擎抓取摘要用)
@@ -37,8 +38,10 @@ image: # ❌【推荐】用于社交平台预览图,支持下列
37
38
```
38
39
39
40
# 列表 | Lists
41
+
40
42
## 代码块
41
- ``` MD
43
+
44
+ ``` md
42
45
### 有序
43
46
44
47
1. 第一
@@ -66,7 +69,9 @@ image: # ❌【推荐】用于社交平台预览图,支持下列
66
69
月亮
67
70
: 地球的天然卫星,通过太阳的反射光可见
68
71
```
72
+
69
73
## 实际显示:
74
+
70
75
### 有序
71
76
72
77
1 . 第一
@@ -96,15 +101,18 @@ image: # ❌【推荐】用于社交平台预览图,支持下列
96
101
97
102
# 引用 | Block Quote
98
103
## 代码块
99
- ``` MD
104
+
105
+ ``` md
100
106
> 这是一个块引用
101
107
```
108
+
102
109
## 实际显示:
103
110
> 此行显示块引用
104
111
105
112
# 提示 | Prompts
106
113
## 代码块
107
- ``` MD
114
+
115
+ ``` md
108
116
> 这是一个`tip`类型提醒
109
117
{: .prompt-tip }
110
118
@@ -117,6 +125,7 @@ image: # ❌【推荐】用于社交平台预览图,支持下列
117
125
> 这是一个`danger`类型提醒
118
126
{: .prompt-danger }
119
127
```
128
+
120
129
## 实际显示:
121
130
> 这是一个` tip ` 类型提醒
122
131
{: .prompt-tip }
You can’t perform that action at this time.
0 commit comments