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
Due to both time and resource constrains the Highlight.js core team only fully supports the most current major version of the library. The prior major release will only receive critical security updates (when feasible).
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,22 @@ the browser as well as on the server. It works with pretty much any
7
7
markup, doesn’t depend on any framework, and has automatic language
8
8
detection.
9
9
10
-
## Upgrading from Version 9
10
+
####Upgrading to Version 10
11
11
12
12
Version 10 is one of the biggest releases in quite some time. If you're
13
13
upgrading from version 9, there are some breaking changes and things you may
14
14
want to double check first.
15
15
16
16
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.
17
17
18
+
##### Support for older versions
19
+
20
+
Please see [OLD_VERSIONS.md](https://github.com/highlightjs/highlight.js/blob/master/OLD_VERSIONS.md) for support information.
21
+
18
22
## Getting Started
19
23
20
24
The bare minimum for using highlight.js on a web page is linking to the
21
-
library along with one of the styles and calling
22
-
[`initHighlightingOnLoad`][1]:
25
+
library along with one of the styles and calling [`initHighlightingOnLoad`][1]:
0 commit comments