Metadata-Version: 2.1
Name: pymdown-include
Version: 0.1.0
Summary: Pymdown include plugin
Home-page: https://github.com/supcik/pymdown-include/
License: Apache-2.0
Keywords: Markdown,include,extension,plugin
Author: Jacques Supcik
Author-email: jacques.supcik@hefr.ch
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Dist: Markdown (>=3.3.6,<4.0.0)
Project-URL: Repository, https://github.com/supcik/pymdown-include/
Description-Content-Type: text/markdown

# Pymdown-Include

poetry install
poetry build
poetry run pytest
poetry run pytest --cov=pymdown_include
