Maybe add it to the correct setting location
This commit is contained in:
parent
e43a52acad
commit
d69eb68ae3
|
@ -71,7 +71,6 @@
|
||||||
IS_INPUT_FILE = true
|
IS_INPUT_FILE = true
|
||||||
RENDER_CONTENT_MODE = no-sanitizer
|
RENDER_CONTENT_MODE = no-sanitizer
|
||||||
";
|
";
|
||||||
};
|
|
||||||
markup.sanitizer.juypter0 = "
|
markup.sanitizer.juypter0 = "
|
||||||
; Jupyter chiefly uses divs
|
; Jupyter chiefly uses divs
|
||||||
ELEMENT = div
|
ELEMENT = div
|
||||||
|
@ -81,6 +80,7 @@
|
||||||
REGEXP =
|
REGEXP =
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
|
Loading…
Reference in a new issue