MANIFEST.in
README.md
pyproject.toml
src/MDit.egg-info/PKG-INFO
src/MDit.egg-info/SOURCES.txt
src/MDit.egg-info/dependency_links.txt
src/MDit.egg-info/not-zip-safe
src/MDit.egg-info/requires.txt
src/MDit.egg-info/top_level.txt
src/mdit/__init__.py
src/mdit/container.py
src/mdit/display.py
src/mdit/document.py
src/mdit/element.py
src/mdit/generate.py
src/mdit/parse.py
src/mdit/protocol.py
src/mdit/render.py
src/mdit/renderable.py
src/mdit/template.py
src/mdit/data/__init__.py
src/mdit/data/file.py
src/mdit/data/schema.py
src/mdit/data/schema/document.yaml
src/mdit/data/schema/element/badge.yaml
src/mdit/data/schema_/create-badges.yaml
src/mdit/data/schema_/html-document.yaml
src/mdit/data/schema_/badge/dynamic.yaml
src/mdit/data/schema_/element/badges.yaml
src/mdit/data/schema_/element/image.yaml
src/mdit/data/schema_/element/_to_review/coc_covenant.yaml
src/mdit/data/schema_/element/_to_review/heading.yaml
src/mdit/data/schema_/element/_to_review/highlights.yaml
src/mdit/data/schema_/element/_to_review/line.yaml
src/mdit/data/schema_/element/_to_review/newline.yaml
src/mdit/data/schema_/element/_to_review/paragraph.yaml
src/mdit/data/schema_/element/_to_review/paragraph_style.yaml
src/mdit/data/schema_/element/_to_review/spacer.yaml
src/mdit/data/schema_/element/badge/params.yaml
src/mdit/data/schema_/html/attrs.yaml
src/mdit/data/schema_/html/attr/align.yaml
src/mdit/data/schema_/html/attr/size.yaml
src/mdit/data/schema_/pepy/badge-params.yaml
src/mdit/data/schema_/shields/badge-params.yaml
src/mdit/data/template/code_of_conduct/contributor_covenant.md
src/mdit/target/__init__.py
src/mdit/target/md.py
src/mdit/target/rich.py