diff --git a/core/docs/ui/base/colors.mdx b/core/docs/ui/base/colors.mdx
index ccb572c82..b6d1da39c 100644
--- a/core/docs/ui/base/colors.mdx
+++ b/core/docs/ui/base/colors.mdx
@@ -29,18 +29,18 @@ Choose one of the available colors from the basic color palette and make your de
All available colors can come in pastel shades, which are perfect for more subtle designs and can be easily combined with the basic palette to create eye-catching designs.
## Gray palette
diff --git a/core/docs/ui/components/avatars.mdx b/core/docs/ui/components/avatars.mdx
index 5f2017d79..ca27311de 100644
--- a/core/docs/ui/components/avatars.mdx
+++ b/core/docs/ui/components/avatars.mdx
@@ -110,11 +110,11 @@ Besides pictures and initials, you can also use icons to make the avatars more u
Customize the color of the avatars' background. You can click [here](/docs/ui/base/colors) to see the list of available colors.
```html example centered separated code
-AB
-CD
-EF
-GH
-IJ
+AB
+CD
+EF
+GH
+IJ
```
## Avatar size
diff --git a/core/docs/ui/components/badges.mdx b/core/docs/ui/components/badges.mdx
index 847dfcf2d..b10e1e5c9 100644
--- a/core/docs/ui/components/badges.mdx
+++ b/core/docs/ui/components/badges.mdx
@@ -10,18 +10,18 @@ bootstrapLink: components/badge/
The default badges are square and come in the basic set of colors.
```html example centered separated
-Blue
-Azure
-Indigo
-Purple
-Pink
-Red
-Orange
-Yellow
-Lime
-Green
-Teal
-Cyan
+Blue
+Azure
+Indigo
+Purple
+Pink
+Red
+Orange
+Yellow
+Lime
+Green
+Teal
+Cyan
```
## Headings
@@ -59,18 +59,18 @@ The default badges are square and come in the basic set of colors.
Use the `.badge-pill` class if you want to create a badge with rounded corners. Its width will adjust to the label text.
```html example centered separated
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
```
## Links
@@ -78,18 +78,18 @@ Use the `.badge-pill` class if you want to create a badge with rounded corners.
Place the badge within an `` element if you want it to perform the function of a link and make it clickable.
```html example centered separated
-Blue
-Azure
-Indigo
-Purple
-Pink
-Red
-Orange
-Yellow
-Lime
-Green
-Teal
-Cyan
+Blue
+Azure
+Indigo
+Purple
+Pink
+Red
+Orange
+Yellow
+Lime
+Green
+Teal
+Cyan
```
## Button with badge
diff --git a/core/docs/ui/components/progress.mdx b/core/docs/ui/components/progress.mdx
index cb9f6eda3..082163f83 100644
--- a/core/docs/ui/components/progress.mdx
+++ b/core/docs/ui/components/progress.mdx
@@ -193,7 +193,7 @@ By using a progress bar component as a background element, designers can create
```html
Poland
65%
@@ -205,35 +205,35 @@ Thanks to this you can create a nice looking statistics section:
```html example vertical separated centered columns={1} plugins="flags" height="20rem"
France
15%
diff --git a/core/docs/ui/components/timelines.mdx b/core/docs/ui/components/timelines.mdx
index 04c21abd2..58968aac5 100644
--- a/core/docs/ui/components/timelines.mdx
+++ b/core/docs/ui/components/timelines.mdx
@@ -11,7 +11,7 @@ The available timeline design is composed of many components that will help you
```html example height="400px" scrollable background="base"