A fast and efficient way to generate PDF files from Markdown files. Perfect for markdown enjoyers that need to communicate with pdf lovers.
To set up the generation of the PDF files, navigate to your project folder and run the following command:
wget -qO- https://github.com/Nishogi/pdf-from-markdown/archive/refs/heads/main.zip | bsdtar --strip-components=1 -xvf-
Now, upon push, the Markdown files in the docs/md
directory are compiled into a single PDF file and pushed to the docs
directory.
Feel free to use and/or contribute to the project!