mirror of
https://github.com/Ethosa/highlightjs
synced 2026-01-14 13:31:40 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| highlightjs.nimble | ||
| README.md | ||
Features
- automatic including library in your HTML (disables with
-d:no_i_hljs)
Flags
| Flag | Description | Default |
|---|---|---|
-d:hljsv="11.9.0" |
Choose other highlight.js version | "11.9.0" |
-d:hljs_theme="tokyo-night-dark" |
Choose highlight.js theme | "default" |
-d:hljs_langs="nim,json,go,python" |
Choose additional languages separated by "," | "nim" |
-d:no_i_hljs |
Disable automatic including cdn library | false |