Skip to content

Commit f613c9a

Browse files
authored
Merge pull request mainmatter#150 from mainmatter/LukeMathWalker-patch-1
Don't omit macros from PDF and ePUB versions
2 parents e768d9d + e9c4f37 commit f613c9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ git-repository-url = "https://github.com/mainmatter/100-exercises-to-learn-rust"
2222
optional = true
2323
hosted-html = "https://rust-exercises.com/100-exercises/"
2424

25+
[output.pandoc.code]
26+
show-hidden-lines = true
27+
2528
[output.pandoc.profile.pdf] # options to pass to Pandoc (see https://pandoc.org/MANUAL.html)
2629
output-file = "100-exercises-to-learn-rust.pdf"
2730
to = "latex"

0 commit comments

Comments
 (0)