Skip to content

Commit fbaad04

Browse files
authored
Update the structure.
1 parent 5ba169f commit fbaad04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/updating/update-to-46.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Released on xxx, 2025. ([See full release notes](https://github.com/ckeditor/cke
2020

2121
Below are the most important changes that require your attention when upgrading to CKEditor 5 v46.0.0.
2222

23-
### Major breaking changes in this release
24-
25-
#### Content area CSS variables renamed to --ck-content-* prefix
23+
### Content area CSS variables renamed to `--ck-content-*` prefix
2624

2725
To improve consistency, all CSS variables that affect the styles of the editor content area ("content styles") have been renamed to use the `--ck-content-*` prefix. This change affects variables used for highlights, image captions, mentions, table captions, image style spacing, and to-do list checkmarks.
2826

@@ -59,9 +57,9 @@ Example:
5957
}
6058
```
6159

62-
#### Table-related CSS variables renamed for better clarity
60+
### Table-related CSS variables renamed for better clarity
6361

64-
Some table-related CSS variables had improper naming with "-selector-" in their names, which was confusing and inconsistent. These variables have been renamed to use "-table-" prefix for better clarity and consistency.
62+
Some table-related CSS variables had improper naming with `-selector-` in their names, which was confusing and inconsistent. These variables have been renamed to use `-table-` for better clarity and consistency.
6563

6664
| Old variable name | New variable name |
6765
|---------------------------------------------|---------------------------------------------------|
@@ -83,4 +81,6 @@ Example:
8381
}
8482
```
8583

84+
### Major breaking changes in this release
85+
8686
### Minor breaking changes in this release

0 commit comments

Comments
 (0)