A command-line tool to convert Markdown files to beautifully formatted PDFs.
- Convert Markdown files to PDF with nice formatting
- Support for code blocks, tables, and other Markdown features
- Custom styling with a clean, modern look
- Progress indication and error handling
- Clone this repository
- Install dependencies:
uv pip install -r requirements.txtBasic usage:
uv run main.py input.mdSpecify output file:
uv run main.py input.md -o output.pdf- Headers
- Lists (ordered and unordered)
- Code blocks with syntax highlighting
- Tables
- Links
- Images
- Bold and italic text