Initial commit: md2pdf markdown to PDF converter
- Python script with weasyprint for high-quality PDF output - Wrapper script for easy execution with bundled venv - Multiple styles: default, minimal, dark, elegant - Supports single file or directory conversion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user