You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- [](https://github.com/highlightjs/highlight.js/commits/master) -->
21
+
<!-- [](https://github.com/highlightjs/highlight.js/commits/main) -->
@@ -35,11 +35,11 @@ As always our major releases do contain breaking changes which may require actio
35
35
36
36
#### Upgrading to Version 10
37
37
38
-
Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md) for high-level summary of breaking changes and any actions you may need to take. See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_BREAKING_CHANGES.md) for a more detailed list and [CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) to learn what else is new.
38
+
Please read [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md) for high-level summary of breaking changes and any actions you may need to take. See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_BREAKING_CHANGES.md) for a more detailed list and [CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) to learn what else is new.
39
39
40
40
##### Support for older versions
41
41
42
-
Please see [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md) for support information.
42
+
Please see [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md) for support information.
43
43
44
44
## Getting Started
45
45
@@ -211,7 +211,7 @@ const hljs = require('highlight.js/lib/core'); // require only the core library
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Due to both time and resource constrains the Highlight.js core team fully suppor
7
7
| Version || Status |
8
8
| :-----: | :-: | :------ |
9
9
| 11.0 |:white_check_mark:| The 11.x series recieves regular updates, new features & security fixes. |
10
-
| 10.6.0|:white_check_mark:| The 10.x series is in maintence mode. EOL TBD.<br>See [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_11_UPGRADE.md).|
10
+
| 10.7.1|:white_check_mark:| The 10.x series is in maintence mode. EOL TBD.<br>See [VERSION_11_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_11_UPGRADE.md).|
11
11
| <= 10.4.0 |:x:| Known vulnerabities. |
12
12
| 9.18.5 |:x:|[EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. |
Copy file name to clipboardExpand all lines: VERSION_10_UPGRADE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ We tried to squeeze in as many as we could this time so that after 10.0 ships we
9
9
10
10
*IE, if there it could possibly break things for anyone, it's typically a breaking change.* The fact is a vast majority of users should upgrade and probably not notice any changes at all.
11
11
12
-
See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_BREAKING_CHANGES.md) for a comprehensive list of breaking changes, but here is a summary... if you use:
12
+
See [VERSION_10_BREAKING_CHANGES.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_BREAKING_CHANGES.md) for a comprehensive list of breaking changes, but here is a summary... if you use:
13
13
14
14
### Core highlight.js lib on the client (with no extra CDN languages)
0 commit comments