Skip to content

Commit 7a0dd98

Browse files
committed
Update test.md
Update test.md
1 parent 926235b commit 7a0dd98

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

content/zh-cn/docs/test.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,13 +829,21 @@ Notes catch the reader's attention without a sense of urgency.
829829
830830
You can have multiple paragraphs and block-level elements inside an admonition.
831831
832-
| Or | a | table |
832+
You can also add tables to organize and highlight key information.
833+
834+
| Header 1 | Header 2 | Header 3 |
835+
| -------- | -------- | -------- |
836+
| Data 1 | Data A | Info X |
837+
| Data 2 | Data B | Info Y |
833838
-->
834839
说明信息用来引起读者的注意,但不过分强调其紧迫性。
835840
836-
你可以在提醒框内包含多个段落和块级元素
841+
你还可以添加表格来组织和突出关键信息
837842
838-
| 甚至 | 包含 | 表格 |
843+
| 表头 1 | 表头 2 | 表头 3 |
844+
| -------- | -------- | -------- |
845+
| 数据 1 | 数据 A | 信息 X |
846+
| 数据 2 | 数据 B | 信息 Y |
839847
{{< /note >}}
840848
841849
{{< caution >}}

0 commit comments

Comments
 (0)