From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:33:03 +0000 (+0200) Subject: Don't omit macros from PDF and ePUB versions X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=e9c4f37130d354c4fd53c82f1e614f30e6963128;p=rust_exercises.git Don't omit macros from PDF and ePUB versions --- 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"