We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02dcd55 + 7a0dd98 commit 9bd46f5Copy full SHA for 9bd46f5
content/zh-cn/docs/test.md
@@ -829,13 +829,21 @@ Notes catch the reader's attention without a sense of urgency.
829
830
You can have multiple paragraphs and block-level elements inside an admonition.
831
832
-| Or | a | table |
+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 |
838
-->
839
说明信息用来引起读者的注意,但不过分强调其紧迫性。
840
-你可以在提醒框内包含多个段落和块级元素。
841
+你还可以添加表格来组织和突出关键信息。
842
-| 甚至 | 包含 | 表格 |
843
+| 表头 1 | 表头 2 | 表头 3 |
844
845
+| 数据 1 | 数据 A | 信息 X |
846
+| 数据 2 | 数据 B | 信息 Y |
847
{{< /note >}}
848
849
{{< caution >}}
0 commit comments