Skip to content

Instantly share code, notes, and snippets.

@phpusr
phpusr / How_to_Convert_Markdown_to_PDF.md
Last active September 8, 2020 10:52 — forked from justincbagley/How_to_Convert_Markdown_to_PDF.md
How To Convert Markdown to PDF

How to convert markdown to PDF:

This post reviews several methods for converting a Markdown (.md) formatted file to PDF, from UNIX or Linux machines.

Using Pandoc:

$ pandoc How_I_got_svg-resizer_working_on_Mac_OSX.md -s -o test1.pdf