Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 620 Bytes

pdf-from-markdown

A fast and efficient way to generate PDF files from Markdown files. Perfect for markdown enjoyers that need to communicate with pdf lovers.

Get Started

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.

Contributing

Feel free to use and/or contribute to the project!