diff --git a/src/pages/docs/flex.mdx b/src/pages/docs/flex.mdx
index 6d49bfcc4..c2160927c 100644
--- a/src/pages/docs/flex.mdx
+++ b/src/pages/docs/flex.mdx
@@ -26,7 +26,7 @@ Use `flex-initial` to allow a flex item to shrink but not grow, taking into acco
```html
-
+
01
@@ -52,7 +52,7 @@ Use `flex-1` to allow a flex item to grow and shrink as needed, ignoring its ini
```html
-
+
01
@@ -78,7 +78,7 @@ Use `flex-auto` to allow a flex item to grow and shrink, taking into account its
```html
-
+
01
@@ -97,12 +97,12 @@ Use `flex-none` to prevent a flex item from growing or shrinking:
```html {{ example: { resizable: true } }}
-
-
@@ -116,10 +116,10 @@ Use `flex-none` to prevent a flex item from growing or shrinking:
```html