Generates a PDF from one or more Markdown files via markdown-it and Prince. Also supports Nunjucks templating (e.g. for injecting data into documents) and default settings.
(Prerequisites: Node.js, Prince)
mdprint --help
Run the tests with make test
;
Check code style (semistandard) with make .code_style
;
See makefile
and package.json
for more.
MIT