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"