Skip to content

Instantly share code, notes, and snippets.

@ramingar
Last active November 10, 2015 11:51
Show Gist options
  • Select an option

  • Save ramingar/360ffcbdfbbf328f2657 to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/360ffcbdfbbf328f2657 to your computer and use it in GitHub Desktop.
Pandoc from markdown to pdf #pandoc #markdown #pdf #conversion
pandoc YOUR_DOC.md -o example13.pdf

with TOC:

pandoc --toc YOUR_DOC.md -o example13.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment