Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created June 22, 2016 17:00
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 btbytes/b84eadf7384f2ecc09cb696af099d37c to your computer and use it in GitHub Desktop.
Save btbytes/b84eadf7384f2ecc09cb696af099d37c to your computer and use it in GitHub Desktop.
printing markdown files that have long code lines with wrapping to a PDF file
pandoc --listings \
-H ~/.pandoc/templates/listings-setup.tex \
-f markdown
https://raw.githubusercontent.com/lampepfl/progfun-wiki/gh-pages/CheatSheet.md \
-o CheatSheet.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment