diff --git a/BREAKING.md b/BREAKING.md
index 5402d33461..65569e4660 100644
--- a/BREAKING.md
+++ b/BREAKING.md
@@ -43,6 +43,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
Example 1: Swap two columns
**Version up to 8.x**
+
```html
@@ -52,7 +53,9 @@ This is a comprehensive list of the breaking changes introduced in the major ver
```
+
**Version 9.x+**
+
```html
@@ -64,9 +67,11 @@ This is a comprehensive list of the breaking changes introduced in the major ver
```
Example 2: Reorder columns with specific sizes
+
To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `size="3" pull="9"`:
**Version up to 8.x**
+
```html
@@ -75,7 +80,9 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
```
+
**Version 9.x+**
+
```html
@@ -84,7 +91,9 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
```
+
Example 3: Push
+
```html
@@ -97,7 +106,9 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
```
+
**Version 9.x+**
+
```html
@@ -112,6 +123,7 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
```
Example 4: Push and Pull
+
```html
@@ -124,7 +136,9 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
```
+
**Version 9.x+**
+
```html