-
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
11 additions
and
11 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset=utf-8> | ||
<title>hljs-enhance • Adds a little extra stuff to highlight.js</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
|
||
|
@@ -18,10 +18,10 @@ | |
<!-- 3) Adds border with option for caption (<figcaption>) --> | ||
<!-- 4) Adds hover effect to syntax highlighting --> | ||
<!-- --> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4/build/styles/docco.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5/build/styles/docco.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.css> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4/build/highlight.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4/build/languages/http.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5/build/highlight.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5/build/languages/http.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script> | ||
<!-- --> | ||
<!-- Style theme listing (and example css filenames): --> | ||
|
@@ -154,7 +154,7 @@ <h2>Adds a little extra stuff to highlight.js</h2> | |
</p> | ||
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -10,10 +10,10 @@ Paste the HTML below into the <head> section (after loading jQuery): | |
<!-- 3) Adds border with option for caption (<figcaption>) --> | ||
<!-- 4) Adds hover effect to syntax highlighting --> | ||
<!-- --> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4/build/styles/docco.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5/build/styles/docco.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.css> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4/build/highlight.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4/build/languages/http.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5/build/highlight.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5/build/languages/http.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/hljs-enhance.js></script> | ||
<!-- --> | ||
<!-- Style theme listing (and example css filenames): --> | ||
|
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
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 |
---|---|---|
|
@@ -154,7 +154,7 @@ <h2>Adds a little extra stuff to highlight.js</h2> | |
</p> | ||
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
</body> | ||
</html> |