forked from Botanical/BotanJS
Fixed compressed SyntaxHighlighter issue
This commit is contained in:
parent
5acc48289c
commit
3b4ba29b6e
@ -31,7 +31,7 @@
|
||||
, "Python" , "python"
|
||||
, "Perl" , "perl"
|
||||
, "Ruby" , "ruby"
|
||||
, "Html/Xml" , "html"
|
||||
, "Html/Xml" , "xml"
|
||||
, "Java" , "java"
|
||||
, "JavaScript" , "js"
|
||||
, "SQL" , "sql"
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
/** @type {Libraries.SyntaxHighlighter} */
|
||||
var synt = __import( SyntaxHighlighter );
|
||||
synt.defaults["toolbar"] = false;
|
||||
synt.defaults.toolbar = false;
|
||||
synt.defaults["quick-code"] = false;
|
||||
synt.highlight();
|
||||
break;
|
||||
|
@ -21,6 +21,8 @@
|
||||
/** @type {Libraries.SyntaxHighlighter} */
|
||||
var SyntaxHighlighter = __import( "Libraries.SyntaxHighlighter" );
|
||||
|
||||
var XRegExp = __import( "Libraries.XRegExp" );
|
||||
|
||||
/** @type {Libraries.SyntaxHighlighter.Brush} **/
|
||||
var Brush = function()
|
||||
{
|
||||
|
File diff suppressed because one or more lines are too long
@ -26,7 +26,7 @@ spec:
|
||||
mountPath: "/app/cache"
|
||||
containers:
|
||||
- name: web
|
||||
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.05
|
||||
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.06
|
||||
securityContext:
|
||||
runAsGroup: 1001
|
||||
runAsNonRoot: true
|
||||
@ -50,7 +50,7 @@ spec:
|
||||
- name: redis
|
||||
image: redis:6.0.8-alpine
|
||||
- name: compiler
|
||||
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.05
|
||||
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.06
|
||||
securityContext:
|
||||
runAsGroup: 1001
|
||||
runAsNonRoot: true
|
||||
|
Loading…
Reference in New Issue
Block a user