md2pdf

pandoc wrapper to convert markdown to pdf
Index Commits Files Refs README

Markdown to PDF

This is a markdown to pdf wrapper for pandoc, its main purpose is to generate a similar PDF to the one generated with Obsidian by default.

Example output

pdf

Dependencies

Installation

If you want to install this script to your system, copy the executable to $HOME/.local/bin or to /usr/bin if you want to install it user-wide or system-wide respectively.

$ cp ./md2pdf $HOME/.local/bin
# cp ./md2pdf /usr/bin

Usage

$ md2pdf <input_file.md>