Use the pandoc command to convert from a markdown file to a PDF file.
This tool uses our favorite settings for layouts, styles, fonts, etc.
You can edit this tool as you wish.
Syntax:
pandoc-from-markdown-to-pdf <args>
Syntax for typical use:
pandoc-from-markdown-to-pdf <input.md> -o <output.pdf>
Example for typical use:
$ pandoc-from-markdown-to-pdf example.md -o example.pdf
For documentation, see the doc
directory.
Our preferred Pandoc fonts are here:
https://github.com/sixarm/pandoc-fonts
You can download the fonts that you want, then install them on your system.
Thanks to https://learnbyexample.github.io/customizing-pandoc/
Thanks to https://github.com/sixarm/posix-shell-script-kit/
- Package: pandoc-from-markdown-to-pdf
- Version: 2.2.1
- Created: 2022-03-13T22:05:34Z
- Updated: 2024-01-05T19:47:35Z
- License: GPL-2.0 or GPL-3.0 or contact us for more
- Website: https://github.com/sixarm/pandoc-from-markdown-to-pdf
- Contact: Joel Parker Henderson ([email protected])