Created
September 24, 2014 17:00
-
-
Save antonmry/8e8a4b18e8df5b64453d to your computer and use it in GitHub Desktop.
Markdown to PDF with format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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