From e9c4f37130d354c4fd53c82f1e614f30e6963128 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:33:03 +0200 Subject: [PATCH] Don't omit macros from PDF and ePUB versions --- book/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/book.toml b/book/book.toml index c739aa6..7fb2b6e 100644 --- a/book/book.toml +++ b/book/book.toml @@ -22,6 +22,9 @@ git-repository-url = "https://github.com/mainmatter/100-exercises-to-learn-rust" optional = true hosted-html = "https://rust-exercises.com/100-exercises/" +[output.pandoc.code] +show-hidden-lines = true + [output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html) output-file = "100-exercises-to-learn-rust.pdf" to = "latex" -- 2.45.2