Don't omit macros from PDF and ePUB versions
authorLuca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
Thu, 19 Sep 2024 08:33:03 +0000 (10:33 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2024 08:33:03 +0000 (10:33 +0200)
book/book.toml

index c739aa6..7fb2b6e 100644 (file)
@@ -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"