nixpkgs/pkgs/misc/documentation-highlighter
pennae 3bf6d6d251 documentation-highlighter: 9.12.0 -> 11.9.0, add new langs
this has been overdue for a while. we also add the `shell` language to
the bundle (in addition to nix and bash) for ShellSession highlighting.

perhaps we should use the full, regular distribution instead of a custom
build, but eh.
2023-12-02 00:07:26 +01:00
..
LICENSE documentation-highlighter: 9.12.0 -> 11.9.0, add new langs 2023-12-02 00:07:26 +01:00
README.md documentation-highlighter: 9.12.0 -> 11.9.0, add new langs 2023-12-02 00:07:26 +01:00
default.nix
highlight.pack.js documentation-highlighter: 9.12.0 -> 11.9.0, add new langs 2023-12-02 00:07:26 +01:00
loader.js documentation-highlighter: 9.12.0 -> 11.9.0, add new langs 2023-12-02 00:07:26 +01:00
mono-blue.css documentation-highlighter: 9.12.0 -> 11.9.0, add new langs 2023-12-02 00:07:26 +01:00
update.sh documentation-highlighter: 9.12.0 -> 11.9.0, add new langs 2023-12-02 00:07:26 +01:00

README.md

This file was generated with pkgs/misc/documentation-highlighter/update.sh

Highlight.js CDN Assets

install size

This package contains only the CDN build assets of highlight.js.

This may be what you want if you'd like to install the pre-built distributable highlight.js client-side assets via NPM. If you're wanting to use highlight.js mainly on the server-side you likely want the highlight.js package instead.

To access these files via CDN:
https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/

If you just want a single .js file with the common languages built-in: https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js


Highlight.js

Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It works with pretty much any markup, doesnt depend on any framework, and has automatic language detection.

If you'd like to read the full README:
https://github.com/highlightjs/highlight.js/blob/main/README.md

License

Highlight.js is released under the BSD License. See LICENSE file for details.

The official site for the library is at https://highlightjs.org/.

The Github project may be found at: https://github.com/highlightjs/highlight.js

Further in-depth documentation for the API and other topics is at http://highlightjs.readthedocs.io/.

A list of the Core Team and contributors can be found in the CONTRIBUTORS.md file.