Metadata-Version: 2.4
Name: 2html
Version: 0.1.1
Summary: Markdown to HTML converter using pandoc (bundled via pypandoc-binary) with built-in styles.
Author: Henri J. Norden
License: MIT
Project-URL: Repository, https://github.com/Henri-J-Norden/2to
Keywords: markdown,html,pandoc,cli,css,styles
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: 2to
Requires-Dist: rich-argparse

# Usage
```shell
uvx 2html <input.md>
```

For more info, see:
```shell
uvx 2html -h
```
