Skip to content

Instantly share code, notes, and snippets.

@Neutrollized
Created April 15, 2021 21:58
Show Gist options
  • Save Neutrollized/b9ca7632d45fbb13ea22d1f76fc0aed1 to your computer and use it in GitHub Desktop.
Save Neutrollized/b9ca7632d45fbb13ea22d1f76fc0aed1 to your computer and use it in GitHub Desktop.
Convert markdown to PDF

Install pandoc

brew install pandoc

How-To

The following will convert markdown file to a PDF file:

pandoc myfile.md -s -o myfile.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment