Skip to content

Commit

Permalink
fix(template): remove extra padding added by pandoc (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
etabeta1 committed Dec 11, 2024
1 parent 640b7c2 commit 2a1d81b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build_docs_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
"margin-right=0",
"--metadata",
"margin-bottom=0",
"--metadata",
"padding-left=0",
"--metadata",
"padding-top=0",
"--metadata",
"padding-right=0",
"--metadata",
"padding-bottom=0",
"--verbose",
"-o",
output_filename,
Expand Down

0 comments on commit 2a1d81b

Please sign in to comment.