diff --git a/docs/getting-started/legacy-getting-started/predefined-builds.md b/docs/getting-started/legacy-getting-started/predefined-builds.md
index 4cfdb19ae66..53bc9d4a2cc 100644
--- a/docs/getting-started/legacy-getting-started/predefined-builds.md
+++ b/docs/getting-started/legacy-getting-started/predefined-builds.md
@@ -130,7 +130,7 @@ In your HTML page add an element that CKEditor 5 should replace:
Load the classic editor build (here, the [CDN](https://cdn.ckeditor.com/) location is used):
```html
-
+
```
Alternatively, you may install CKEditor 5 from `npm`:
@@ -161,7 +161,7 @@ Full code example:
CKEditor 5 – Classic editor
-
+
Classic editor
@@ -198,7 +198,7 @@ In your HTML page add an element that CKEditor 5 should make editable:
Load the inline editor build (here, the [CDN](https://cdn.ckeditor.com/) location is used):
```html
-
+
```
Alternatively, you may install CKEditor 5 from `npm`:
@@ -229,7 +229,7 @@ Full code example:
CKEditor 5 - Inline editor
-
+
Inline editor
@@ -264,7 +264,7 @@ In your HTML page add an element that CKEditor 5 should make editable:
Load the balloon editor build (here [CDN](https://cdn.ckeditor.com/) location is used):
```html
-
+
```
Alternatively, you may install CKEditor 5 from `npm`:
@@ -295,7 +295,7 @@ Full example:
CKEditor 5 – Balloon editor
-
+
Balloon editor
@@ -330,7 +330,7 @@ In your HTML page add an element that CKEditor 5 should make editable:
Load the balloon block editor build (here, the [CDN](https://cdn.ckeditor.com/) location is used):
```html
-
+
```
Alternatively, you may install CKEditor 5 from `npm`:
@@ -363,7 +363,7 @@ Full code example:
CKEditor 5 – Balloon block editor
-
+
Balloon editor
@@ -392,7 +392,7 @@ To try it out online, check the {@link examples/builds/document-editor document
Load the document editor build (here, the [CDN](https://cdn.ckeditor.com/) location is used):
```html
-
+
```
Alternatively, you may install CKEditor 5 from `npm`:
@@ -432,7 +432,7 @@ Full code example:
CKEditor 5 – Document editor
-
+
Document editor
@@ -480,7 +480,7 @@ In your HTML page add an element that CKEditor 5 should make editable:
Load the multi-root editor build (here, the [CDN](https://cdn.ckeditor.com/) location is used):
```html
-
+
```
Alternatively, you may install CKEditor 5 from `npm`:
@@ -630,7 +630,7 @@ Full code example:
-
+
+
```
Call the {@link module:editor-classic/classiceditor~ClassicEditor#create `ClassicEditor.create()`} method to display the editor.
@@ -57,7 +57,7 @@ A full web page with embedded CKEditor 5 from this example would look like
CKEditor 5 – Classic editor
-
+
Classic editor
@@ -131,10 +131,10 @@ In this example, you remove the premium collaboration features and several other
The "super-build" of CKEditor 5 served via CDN contains a large set of plugins and multiple editor types.
See https://ckeditor.com/docs/ckeditor5/latest/installation/legacy/getting-started/quick-start.html#running-a-full-featured-editor-from-cdn
-->
-
+