Skip to content

Instantly share code, notes, and snippets.

@PMaynard
Created June 6, 2014 16:29
Show Gist options
  • Save PMaynard/b08713d920ca677b941a to your computer and use it in GitHub Desktop.
Save PMaynard/b08713d920ca677b941a to your computer and use it in GitHub Desktop.
Sublime Text build script - Markdown to PDF using pandoc
{
"shell_cmd": "pandoc -r markdown -o $file_base_name.pdf $file"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment