A little utility for generating pdfs from markdown
It's based on a script by zecrazytux, which you can find [here](http:// zecrazytux.net/articles/Scripts_&_hacks/mkd2pdf,_markdown_to_pdf.html)
mkd2pdf infile [options] inputfile [outputfile]
general options:
-m which markdown interpreter to use (default markdown)
-c user style sheet. this should be an absolute path.
You'll need a markdown parser (I'm using python-markdown, and wkhtmltopdf).