This repository was archived by the owner on Aug 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## 警告
6
6
7
- VuePress 提供了一个自定义容器插件来创建警稿框 。有四种类型:
7
+ VuePress 提供了一个自定义容器插件来创建警告框 。有四种类型:
8
8
9
9
- ** Info** :提供中立的信息
10
10
- ** Tip** :提供积极和鼓励的信息
11
- - ** Warning** :提供用户应该知道的信息,因为存在低到中等
12
- - ** Danger** :供对用户具有高风险的负面信息
11
+ - ** Warning** :提供用户应该知道的从低级到中级的信息
12
+ - ** Danger** :提供对用户具有高风险的负面信息
13
13
14
14
** Markdown 范例**
15
15
16
16
```
17
17
::: info
18
- You can find more information at this site.
18
+ 你可以在该网站找到更多信息。
19
19
:::
20
20
21
21
::: tip
22
- This is a great tip to remember!
22
+ 这是一个值得记住的好建议!
23
23
:::
24
24
25
25
::: warning
26
- This is something to be cautious of.
26
+ 这是一些值得注意的东西。
27
27
:::
28
28
29
29
::: danger DANGER
30
- This is something we do not recommend. Use at your own risk.
30
+ 这是一些我们不推荐的事情。您在使用的时候需要承担相应的风险。
31
31
:::
32
32
```
33
33
34
34
** 渲染 Markdown**
35
35
36
- ::: info
37
- You can find more information at this site 。
36
+ ::: info
37
+ 你可以在该网站找到更多信息 。
38
38
:::
39
39
40
- ::: tip
41
- This is a great tip to remember !
40
+ ::: tip
41
+ 这是一个值得记住的好建议 !
42
42
:::
43
43
44
- ::: warning
45
- This is something to be cautious of 。
44
+ ::: warning
45
+ 这是一些值得注意的东西 。
46
46
:::
47
47
48
- :::danger DANGER
49
- This is something we do not recommend。Use at your own risk 。
48
+ ::: danger DANGER
49
+ 这是一些我们不推荐的事情。您在使用的时候需要承担相应的风险 。
50
50
:::
51
51
52
52
## 代码块
53
53
54
- VuePress 使用 Prism 提供语言语法高亮显示,方法是将语言附加到代码块的起始反撇号 :
54
+ VuePress 使用 Prism 提供语法高亮显示,方法是将语言名称附加到代码块起始的反斜杠后面 :
55
55
56
56
** Markdown 示例**
57
57
@@ -103,7 +103,7 @@ export default {
103
103
}
104
104
```
105
105
106
- #### 行组
106
+ #### 多行区间
107
107
108
108
````
109
109
```js{4-5}
You can’t perform that action at this time.
0 commit comments