Skip to main content

codeDown

codeDown is a CLI tool that converts Markdown files into themed PDFs with syntax-highlighted code blocks.

Quick start

pip install code-down
code-down README.md

Try a different theme:

code-down README.md -s light

Watch a file and rebuild on save:

code-down -w README.md

What you can do

  • Convert Markdown to PDF
  • Pick a theme interactively
  • Watch a file and rebuild on save