Make it one part instead of multiple levels
This commit is contained in:
parent
b55351a6f2
commit
79d4c6e768
|
@ -64,14 +64,14 @@
|
||||||
ROOT_URL = "https://git.lillianviolet.dev/";
|
ROOT_URL = "https://git.lillianviolet.dev/";
|
||||||
HTTP_PORT = 3218;
|
HTTP_PORT = 3218;
|
||||||
};
|
};
|
||||||
markup.jupyter = {
|
"markup.jupyter" = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
FILE_EXTENSIONS = ".ipynb";
|
FILE_EXTENSIONS = ".ipynb";
|
||||||
RENDER_COMMAND = "${pkgs.jupyter}/bin/jupyter nbconvert --stdout --to html --template full";
|
RENDER_COMMAND = "${pkgs.jupyter}/bin/jupyter nbconvert --stdout --to html --template full";
|
||||||
IS_INPUT_FILE = true;
|
IS_INPUT_FILE = true;
|
||||||
RENDER_CONTENT_MODE = "no-sanitizer";
|
RENDER_CONTENT_MODE = "no-sanitizer";
|
||||||
};
|
};
|
||||||
markup.sanitizer.jupyter0 = {
|
"markup.sanitizer.jupyter0" = {
|
||||||
ELEMENT = "div";
|
ELEMENT = "div";
|
||||||
ALLOW_ATTR = "class";
|
ALLOW_ATTR = "class";
|
||||||
REGEXP = "";
|
REGEXP = "";
|
||||||
|
|
Loading…
Reference in a new issue