![]() | md2pdfpandoc wrapper to convert 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.

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
$ md2pdf <input_file.md>