Skip to content

Instantly share code, notes, and snippets.

View jspblm's full-sized avatar
🎯
keep-focus

José Pablo jspblm

🎯
keep-focus
  • OPTA
  • Guatemala
  • 19:53 (UTC -12:00)
View GitHub Profile
@justincbagley
justincbagley / How_to_Convert_Markdown_to_PDF.md
Last active October 7, 2025 10:57
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