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"