Metadata-Version: 2.1
Name: mdformat-configurable-black
Version: 0.0.1
Summary: mdformat-configurable-black plugin
Keywords: mdformat,markdown,markdown-it
Author-email: veghdev <david.andras.vegh@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: mdformat
Requires-Dist: markdown-it-py
Requires-Dist: black
Project-URL: Homepage, https://github.com/veghdev/mdformat-configurable-black

# mdformat-configurable-black

This plugin extends mdformat arguments with the `line-length` parameter and
formats python code fences with black using the `line-length` argument.
