Or maybe this way instead?

This commit is contained in:
Lillian Violet 2024-04-15 20:10:17 +02:00
parent d69eb68ae3
commit 51e4c8d19e

View file

@ -70,8 +70,11 @@
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.juypter0 = "
; the name after sanitizer doesn't really matter
[markup.sanitizer.jupyter0]
; 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