|
6 | 6 |
|
7 | 7 | This is the repository for the CDN release of Highlight.js that can be found on
|
8 | 8 | [cdnjs][1], [jsDelivr][2], and [unpkg][3]. If you were looking for the main
|
9 |
| -repository, it is [located here][4]. If you simply need a pre-build copy of |
10 |
| -our CDN assets, this is the repository you are looking for. All the files are in the `build` directory and you can copy over that directory to where |
11 |
| -ever you need it. |
| 9 | +repository, it is [located here][4]. If you simply need a pre-built copy of |
| 10 | +our CDN assets, this is the repository you are looking for. All the files are |
| 11 | +in the `build` directory and you can copy over that directory to where ever |
| 12 | +you need it. |
12 | 13 |
|
13 | 14 | ### Fetching via NPM
|
14 | 15 |
|
15 | 16 | This repository is also published to NPM as [@highlightjs/cdn-assets](https://www.npmjs.com/package/@highlightjs/cdn-assets).
|
16 | 17 |
|
17 | 18 | ### A note on the Git branches here
|
18 | 19 |
|
19 |
| -Note: The `main` branch here includes beta releases. If you're looking for |
| 20 | +Note: The `main` branch here includes only beta releases. If you're looking for |
20 | 21 | the latest stable release code you want either one of the `stable` branches:
|
21 | 22 |
|
22 |
| -- [10-stable][10-stable] - The latest supported and maintained releases. |
23 |
| -- [9-stable][9-stable] - The prior major version. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md)) |
| 23 | +- [11-stable][11-stable] - The latest supported and maintained release. |
| 24 | +- [10-stable][10-stable] - The more recent prior major release. |
| 25 | +- [9-stable][9-stable] - Verion 9.x. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md)) |
24 | 26 |
|
25 | 27 | [1]: https://cdnjs.com/libraries/highlight.js
|
26 | 28 | [2]: http://www.jsdelivr.com/#!highlight.js
|
27 | 29 | [3]: https://unpkg.com/browse/@highlightjs/cdn-assets/
|
28 | 30 | [4]: https://github.com/isagalaev/highlight.js
|
| 31 | +[11-stable]: https://github.com/highlightjs/cdn-release/tree/11-stable |
29 | 32 | [10-stable]: https://github.com/highlightjs/cdn-release/tree/10-stable
|
30 | 33 | [9-stable]: https://github.com/highlightjs/cdn-release/tree/9-stable
|
0 commit comments