Skip to content

Instantly share code, notes, and snippets.

@aaguilera
Created October 7, 2022 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaguilera/4a00cdb4b30495f99b4511572ebce6d2 to your computer and use it in GitHub Desktop.
Save aaguilera/4a00cdb4b30495f99b4511572ebce6d2 to your computer and use it in GitHub Desktop.
Convert Markdown to PDF via Pandoc
pandoc document.md -o document.pdf \
-V geometry:"top=2cm, bottom=1.5cm, left=2.5cm, right=1.5cm" \ # output PDF margins
--highlight-style=tango # syntax highlight theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment