[!NOTE] Useful information that users should know, even when skimming content.
[!TIP] Helpful advice for doing things better or more easily.
[!IMPORTANT] Key information users need to know to achieve their goal.
[!WARNING] Urgent info that needs immediate user attention to avoid problems.
[!CAUTION] Advises about risks or negative outcomes of certain actions.
> [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
您还可以使用directive 语法。
:::note Useful information that users should know, even when skimming content. :::
:::tip[Custom Label] Useful information that users should know, even when skimming content. :::
:::note
Useful information that users should know, even when skimming content.
:::
:::tip[Custom Label]
Useful information that users should know, even when skimming content.
:::
> 即可使用带引号的表达式
> 字符来表示多个引号
- 引号
- 引号 > 多个引号需要插入更多
>
> - 引号
> - 引号
>> 多个引号需要插入更多 `>`
` 中添加代码来表示代码####示例
在此处添加代码
换行符和段落可以按原样反映在代码中
function MersenneTwister(seed) {
if (arguments.length == 0) {
seed = new Date().getTime();
}
this._mt = new Array(624);
this.setSeed(seed);
}
` 中以制作内联代码以下是 内联代码
[] 插入未选中的复选框列表
[x] 选中复选框* 或下划线 _ 插入水平线下面是一条水平线
下面是一条水平线
下面是一条水平线
***
下面是一条水平线
___
您可以使用此括号语法为您的内容添加脚注:
Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
[^1]: My reference. [^2]: To add line breaks within a footnote, prefix new lines with 2 spaces. This is a second line.
Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
[^1]: My reference.
[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
This is a second line.
您可以通过在冒号 : 后输入表情符号名称来添加表情符号。
当您在冒号后输入两个或更多字符时,会出现一个表情符号建议列表。随着您继续输入,这个列表会逐渐缩小范围。一旦找到您要查找的表情符号,按 Tab 或 Enter 键插入高亮显示的表情符号。
有关可用表情符号的列表,请参阅 "Emoji Cheat Sheet"。
| Left align | Right align | Center align |
|---|---|---|
| This | This | This |
| column | column | column |
| will | will | will |
| be | be | be |
| left | right | center |
| aligned | aligned | aligned |
| Left align | Right align | Center align |
|:-----------|------------:|:------------:|
| This | This | This |
| column | column | column |
| will | will | will |
| be | be | be |
| left | right | center |
| aligned | aligned | aligned |
内容单元格 内容单元格
内容单元格 内容单元格
``` csv
内容单元格,内容单元格
内容单元格,内容单元格
```
``` tsv
内容单元格 内容单元格
内容单元格 内容单元格
```
第一个标题 第二个标题
内容单元格 内容单元格
内容单元格 内容单元格
``` csv-h
第一个标题,第二个标题
内容单元格,内容单元格
内容单元格,内容单元格
```
``` tsv-h
第一个标题 第二个标题
内容单元格 内容单元格
内容单元格 内容单元格
```