Should be pretty self-explanatory.
Supports syntax highlighting via Pygments.
From the command-line:
python -m markdown2pdf -i markdown_file.md -i page2.md -o output.pdf
As a Python module:
import markdown2pdf
print markdown2pdf.prepare("./markdown_file.md", "./page2.md")
- Rich Leland for https://github.com/richleland/pygments-css
- Chris Glass and Dirk Holtwick for https://github.com/chrisglass/xhtml2pdf
- Trent Mick for https://github.com/trentm/python-markdown2