Metadata-Version: 2.3
Name: markdowntopdf
Version: 0.1.3
Summary: Convert Markdown files to PDF with syntax highlighting for fenced code
License: MIT
Author: Fernando López
Author-email: fernando.e.lopez@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Pygments (>=2.17.2,<3.0.0)
Requires-Dist: markdown2 (>=2.4.13,<3.0.0)
Requires-Dist: weasyprint (>=64.1,<65.0)
Project-URL: Homepage, https://github.com/fernandolopez/markdowntopdf
Description-Content-Type: text/markdown

markdowntopdf
=============

markdowntopdf converts Markdown files to PDF with syntax hightlighting for fenced code

Usage
-----

```sh
markdowntopdf input.md
```
