Skip to content

Commit 8f0f161

Browse files
committed
Use latest patch version
Signed-off-by: Felipe Contreras <[email protected]>
1 parent 6dc4d0c commit 8f0f161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8">
77
<title>Notepad</title>
8-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected].0/build/styles/felipec.min.css">
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/felipec.min.css">
99
<link rel="stylesheet" href="style.css">
1010
</head>
1111

@@ -24,13 +24,13 @@ <h2>See also</h2>
2424
</div>
2525
</body>
2626

27-
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected].0/build/highlight.min.js"></script>
27+
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
2828
<script type="module">
2929
import { CodeJar } from 'https://medv.io/codejar/codejar.js';
3030
window.editor = CodeJar(input, hljs.highlightElement);
3131
window.results = CodeJar(output, hljs.highlightElement);
3232
</script>
33-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/browser/math.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/browser/math.min.js"></script>
3434
<script src="hljs/mathjs.js"></script>
3535

3636
<script src="script.js" defer></script>

0 commit comments

Comments
 (0)