File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -1469,4 +1469,15 @@ body.td-search #search {
1469
1469
section .k8s-birthday-override :has (div .k8s-birthday-override.revert-to-previous input :not (:checked )) + section {
1470
1470
display : none ;
1471
1471
visibility : hidden ;
1472
+ }
1473
+
1474
+ /* Apply site-wide table styles for tables in alert callouts (note, caution, warning) */
1475
+ .alert {
1476
+ & .alert-info , & .alert-caution , & .alert-danger {
1477
+ > table {
1478
+ @extend .table-striped ;
1479
+ @extend .table-responsive ;
1480
+ @extend .table ;
1481
+ }
1482
+ }
1472
1483
}
Original file line number Diff line number Diff line change @@ -370,7 +370,12 @@ Notes catch the reader's attention without a sense of urgency.
370
370
371
371
You can have multiple paragraphs and block-level elements inside an admonition.
372
372
373
- | Or | a | table |
373
+ You can also add tables to organize and highlight key information.
374
+
375
+ | Header 1 | Header 2 | Header 3 |
376
+ | -------- | -------- | -------- |
377
+ | Data 1 | Data A | Info X |
378
+ | Data 2 | Data B | Info Y |
374
379
{{< /note >}}
375
380
376
381
{{< caution >}}
You can’t perform that action at this time.
0 commit comments