Skip to content

Instantly share code, notes, and snippets.

@antonmry
Created September 24, 2014 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 antonmry/8e8a4b18e8df5b64453d to your computer and use it in GitHub Desktop.
Save antonmry/8e8a4b18e8df5b64453d to your computer and use it in GitHub Desktop.
Markdown to PDF with format
pandoc -r markdown -w odt --reference-odt=~/Template.ott README.md -o README.odt
libreoffice --headless -convert-to pdf README.odt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment