LICENSE
MANIFEST.in
README.md
main_service.py
mkdocs.yml
pyproject.toml
pytest.ini
requirements.txt
ruff.toml
docs/api.md
docs/async-analysis.md
docs/cli.md
docs/index.md
docs/installation.md
docs/options.md
docs/quickstart.md
docs/research-2026.md
html2md_clean/__init__.py
html2md_clean/chunking.py
html2md_clean/converter.py
html2md_clean/generator.py
html2md_clean/llms_txt.py
html2md_clean/logging_config.py
html2md_clean/math.py
html2md_clean/metadata.py
html2md_clean/middleware.py
html2md_clean/noise.py
html2md_clean/options.py
html2md_clean/pagetype.py
html2md_clean/result.py
html2md_clean/siteprofile.py
html2md_clean/tokens.py
html2md_clean.egg-info/PKG-INFO
html2md_clean.egg-info/SOURCES.txt
html2md_clean.egg-info/dependency_links.txt
html2md_clean.egg-info/entry_points.txt
html2md_clean.egg-info/requires.txt
html2md_clean.egg-info/top_level.txt
html2md_clean/adapters/__init__.py
html2md_clean/adapters/base.py
html2md_clean/adapters/bs4_adapter.py
html2md_clean/adapters/selectolax_adapter.py
markdown/__init__.py