diff --git a/pages/design-develop/tutorials/changelog.md b/pages/design-develop/tutorials/changelog.md index ee93440079e9..0562f977addd 100644 --- a/pages/design-develop/tutorials/changelog.md +++ b/pages/design-develop/tutorials/changelog.md @@ -29,6 +29,11 @@ This changelog lists substantive content edits. It does _not_ list typo fixes an {% include box.html type="end" %} {:/} +## April 2026 + +In [Tables Tutorial](/tutorials/tables/): +* Updated the Complete “Table with headers spanning multiple rows or columns” [Example code](/tutorials/tables/examples/scope-multiple/) to match the code in the [Tables with irregular headers](/tutorials/tables/irregular/#table-with-headers-spanning-multiple-rows-or-columns/) Example #2. + ## March 2026 In [Images tutorial](/tutorials/images/): diff --git a/pages/design-develop/tutorials/tables/examples/scope-multiple.md b/pages/design-develop/tutorials/tables/examples/scope-multiple.md index f049d82030dd..4259d444d26a 100644 --- a/pages/design-develop/tutorials/tables/examples/scope-multiple.md +++ b/pages/design-develop/tutorials/tables/examples/scope-multiple.md @@ -15,43 +15,52 @@ github: Poster availability - - Poster name - Color - Sizes available + + + + + + Poster name + Color + Sizes available - - Zodiac - Full color - A2 - A3 - A4 - - - Black and white - A1 - A2 - A3 - - - Sepia - A3 - A4 - A5 - - - Angels - Black and white - A1 - A3 - A4 - - - Sepia - A2 - A3 - A5 - + + + + Zodiac + Full color + A2 + A3 + A4 + + + Black and white + A1 + A2 + A3 + + + Sepia + A3 + A4 + A5 + + + + + Angels + Black and white + A1 + A3 + A4 + + + Sepia + A2 + A3 + A5 + + ~~~