Maybe add it to the correct setting location
This commit is contained in:
parent
e43a52acad
commit
d69eb68ae3
|
@ -71,15 +71,15 @@
|
||||||
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
|
; we will need access to html classes later
|
||||||
; we will need access to html classes later
|
ALLOW_ATTR = class
|
||||||
ALLOW_ATTR = class
|
; we don't mind which classes we keep, so let's keep all of them
|
||||||
; we don't mind which classes we keep, so let's keep all of them
|
REGEXP =
|
||||||
REGEXP =
|
|
||||||
";
|
";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
Loading…
Reference in a new issue