Markdown to PDF command line app with support for stylesheets
This directory contains some example usage of mdpdf. Below are the suggested commands to run each one from it’s own directory. If you have installed the module globally, you can replace ../../bin/index.js with the mdpdf command.
../../bin/index.js md-file.md --footer footer.hbs --fHeight 22 - An example of using footers../../bin/index.js md-file.md --header header.hbs --hHeight 22 - An example of using headersnode index.js - An example of using the node JavaScript API