-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ hljs-loader is a small (3 KB) script that can be added to any webpage to automat | |
Add this anywhere to your HTML page: | ||
|
||
```html | ||
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].25/loader.min.js" | ||
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].26/loader.min.js" | ||
crossorigin="anonymous" | ||
integrity="sha384-ELWrOdzAF0oXpFsrMh9yq1VJ9Z4spcYNA9H4p2qk7ZI5UOyHdYZQ/GoNmu9rqJne"></script> | ||
integrity="sha384-UqKMmTNnpepl2w7th+Hp9gMz3sRB/ferD+cvE3aN414s3G6oDsTKZJlGWLjLZBNX"></script> | ||
``` | ||
|
||
|
||
|
@@ -17,13 +17,13 @@ Add this anywhere to your HTML page: | |
No configuration is required but a number of options are available and can be set on the `script` element that loads this script. | ||
|
||
```html | ||
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].25/loader.min.js" | ||
<script async src="https://cdn.jsdelivr.net/gh/s9e/[email protected].26/loader.min.js" | ||
crossorigin="anonymous" | ||
data-hljs-observe="body" | ||
data-hljs-options='{"classPrefix":""}' | ||
data-hljs-style="github" | ||
data-hljs-url="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.2.0/build/" | ||
integrity="sha384-ELWrOdzAF0oXpFsrMh9yq1VJ9Z4spcYNA9H4p2qk7ZI5UOyHdYZQ/GoNmu9rqJne"></script> | ||
data-hljs-url="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.3.1/build/" | ||
integrity="sha384-UqKMmTNnpepl2w7th+Hp9gMz3sRB/ferD+cvE3aN414s3G6oDsTKZJlGWLjLZBNX"></script> | ||
``` | ||
|
||
<dl> | ||
|
Submodule highlight.js
updated
340 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.