From b5acb423197f027a1b05565fad04711b468c1018 Mon Sep 17 00:00:00 2001 From: Daira-Emma Hopwood Date: Mon, 18 Mar 2024 11:07:01 +0000 Subject: [PATCH] We don't need \href and \url links in KaTeX to work so disable "trust" setting. Signed-off-by: Daira-Emma Hopwood --- book.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 303ab14..38375b4 100644 --- a/book.toml +++ b/book.toml @@ -16,8 +16,8 @@ build-dir = "docs" [preprocessor.katex] macros = "src/macros.txt" renderer = ["html"] -# This is needed in order for \href and \url links to work. -trust = true +# Uncomment this if we need \href and \url links in KaTeX to work (which we currently don't). +#trust = true [output.html] default-theme = "light"