https://github.com/highlightjs/cdn-release
Repository for autoupdating CDN build versions
https://github.com/highlightjs/cdn-release
Last synced: 2 months ago
JSON representation
Repository for autoupdating CDN build versions
- Host: GitHub
- URL: https://github.com/highlightjs/cdn-release
- Owner: highlightjs
- License: bsd-3-clause
- Created: 2014-10-06T21:09:34.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T03:53:23.000Z (over 1 year ago)
- Last Synced: 2024-04-24T16:04:11.716Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.15 MB
- Stars: 42
- Watchers: 6
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Highlight.js CDN assets


[](https://github.com/highlightjs/highlight.js/blob/main/LICENSE)This is the repository for the CDN release of Highlight.js that can be found on
[cdnjs][1], [jsDelivr][2], and [unpkg][3]. If you were looking for the main
repository, it is [located here][4]. If you simply need a pre-built copy of
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 ever
you need it.### Fetching via NPM
This repository is also published to NPM as [@highlightjs/cdn-assets](https://www.npmjs.com/package/@highlightjs/cdn-assets).
### A note on the Git branches here
Note: The `main` branch here includes only beta releases. If you're looking for
the latest stable release code you want either one of the `stable` branches:- [11-stable][11-stable] - The latest supported and maintained release.
- [10-stable][10-stable] - The more recent prior major release.
- [9-stable][9-stable] - Verion 9.x. ([you probably do not want this](https://github.com/highlightjs/highlight.js/blob/main/SECURITY.md))[1]: https://cdnjs.com/libraries/highlight.js
[2]: http://www.jsdelivr.com/#!highlight.js
[3]: https://unpkg.com/browse/@highlightjs/cdn-assets/
[4]: https://github.com/isagalaev/highlight.js
[11-stable]: https://github.com/highlightjs/cdn-release/tree/11-stable
[10-stable]: https://github.com/highlightjs/cdn-release/tree/10-stable
[9-stable]: https://github.com/highlightjs/cdn-release/tree/9-stable