Update highlightjs
This commit is contained in:
parent
37305a59ca
commit
bbca2916f7
5 changed files with 5 additions and 6 deletions
File diff suppressed because one or more lines are too long
3
public/plugins/highlight-9.6.0/highlight.pack.js
Normal file
3
public/plugins/highlight-9.6.0/highlight.pack.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -33,8 +33,8 @@
|
|||
|
||||
<!-- Third-party libraries -->
|
||||
{{if .RequireHighlightJS}}
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.2.0/github.css">
|
||||
<script src="{{AppSubUrl}}/plugins/highlight-9.2.0/highlight.pack.js"></script>
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.6.0/github.css">
|
||||
<script src="{{AppSubUrl}}/plugins/highlight-9.6.0/highlight.pack.js"></script>
|
||||
{{end}}
|
||||
{{if .RequireMinicolors}}
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css">
|
||||
|
|
Reference in a new issue