archive
/
md-pdf
Archived
1
Fork 0

Actually render it

This commit is contained in:
Jake Howard 2017-05-17 14:54:40 +01:00
parent b2715d4a23
commit 5c83842116
1 changed files with 3 additions and 1 deletions

View File

@ -49,5 +49,7 @@ def export_pdf(content, config):
content,
os.path.join(os.path.abspath(config['output_dir']), 'output.pdf'),
options=PDF_OPTIONS,
cover=OUTPUT_COVER_FILE
cover=OUTPUT_COVER_FILE,
toc=TOC_OPTIONS,
cover_first=True
)