Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 665 Bytes

IDEA.md

File metadata and controls

19 lines (13 loc) · 665 Bytes

IDEAs

Also generate a PDF book

I could use pandoc for this (convert from Markdown to PDF). This works on Fedora Linux 34:

sudo dnf install pandoc wkhtmltopdf
pandoc **/*.md --pdf-engine=wkhtmltopdf --output foo.zone.pdf

There will be some more scripting required to get the page order and ToC correct.

More ideas