diff --git a/packages/experimental/src/components/PageHeader/PageHeader.mdx b/packages/experimental/src/components/PageHeader/PageHeader.mdx
index fa03d5e67a..09e259737a 100644
--- a/packages/experimental/src/components/PageHeader/PageHeader.mdx
+++ b/packages/experimental/src/components/PageHeader/PageHeader.mdx
@@ -40,7 +40,7 @@ be used if only the breadcrumb, title, actions, and/or simple status are
required.
-
+
### Page header with background
@@ -51,7 +51,7 @@ items. The page header with a background should be used if tabs, subtitles,
and/or more global items are required.
-
+
### Page header with background (breadcrumb + actions toolbar included)
@@ -60,7 +60,7 @@ If the page header contains action icons, the default state includes a toolbar
designated for the breadcrumbs and action icons.
-
+
### Page header with background (breadcrumb + actions toolbar ONLY)
@@ -69,7 +69,7 @@ On occasion, a condensed page header is required. This version accommodates this
by just displaying the breadcrumb bar only.
-
+
## Examples
@@ -87,7 +87,7 @@ accommodate simple requirements, including page title only, or page title +
buttons.
-
+
#### With breadcrumbs
@@ -96,7 +96,7 @@ This variant of the page header accounts for page title, buttons, breadcrumbs,
and occasionally icons and metadata.
-
+
#### With status indicator
@@ -105,7 +105,7 @@ Structured similarly to the examples above, this variant is for the inclusion of
a page level status indicator.
-
+
### Examples with background
@@ -116,7 +116,7 @@ Tabs are positioned underneath the page title and sit flush at the base of the
page header background.
-
+
#### With tags
@@ -125,7 +125,7 @@ Tags are positioned underneath the page title and sit above the base of the page
header background.
-
+
#### With tabs & tags
@@ -134,7 +134,7 @@ If both tabs & tags need to be present, tabs should be remain left aligned with
the page and tags reposition over to the right side of the screen.
-
+
#### With subtitle
@@ -144,7 +144,7 @@ with subtitles use the background to create hierarchy and to separate it from
type placed within the page.
-
+
#### With summary details
@@ -153,7 +153,7 @@ Page content with global page hierarchy can be placed above tabs within the page
header. **This is just an example of an allowable zone for content.**
-
+
## Component API