Metadata-Version: 2.1
Name: markdown-formatter
Version: 0.0.4
Summary: 
Home-page: https://github.com/Trim21/markdown_formatter
Keywords: markdown,formatter
Author: Trim21
Author-email: i@trim21.me
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: black (>=18.3,<20.0)
Requires-Dist: chardet (>=3.0,<4.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: cython (>=0.29.13,<0.30.0)
Requires-Dist: dataclasses (>=0.6.0,<0.7.0); python_version < "3.7"
Requires-Dist: mistune (>=0.8.4,<0.9.0)
Project-URL: Repository, https://github.com/Trim21/markdown_formatter
Description-Content-Type: text/markdown

# A Markdown formatter

![[markdown-formatter](https://pypi.org/project/markdown-formatter/)](https://img.shields.io/pypi/v/markdown-formatter)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/markdown-formatter)

```bash
pip install markdown-formatter
markdown_formatter readme.md
```

will apply [black](https://github.com/psf/black) on python code automatically.


table is not implemented yet

