.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
ruff.toml
setup.py
docs/smart_content_detection_todo.md
docs/design/smart_content_detection.md
examples/basic_usage.py
examples/compare_dialects.py
examples/config_file_example.py
examples/convert_webpages.py
examples/custom_rules.py
examples/markdown_dialects.py
examples/quick_start.py
examples/config_examples/commonmark.yaml
examples/config_examples/custom.json
examples/config_examples/github.json
examples/config_examples/traditional.yaml
html2md/commonmark_rules.py
src/magiclens/__init__.py
src/magiclens/__main__.py
src/magiclens/cli.py
src/magiclens.egg-info/PKG-INFO
src/magiclens.egg-info/SOURCES.txt
src/magiclens.egg-info/dependency_links.txt
src/magiclens.egg-info/entry_points.txt
src/magiclens.egg-info/not-zip-safe
src/magiclens.egg-info/requires.txt
src/magiclens.egg-info/top_level.txt
src/magiclens/content_detectors/__init__.py
src/magiclens/content_detectors/base.py
src/magiclens/content_detectors/discovery.py
src/magiclens/content_detectors/manager.py
src/magiclens/content_detectors/registry.py
src/magiclens/content_detectors/types/__init__.py
src/magiclens/content_detectors/types/baidu.py
src/magiclens/content_detectors/types/wechat.py
src/magiclens/content_detectors/types/zhihu.py
src/magiclens/content_processors/__init__.py
src/magiclens/content_processors/base.py
src/magiclens/content_processors/registry.py
src/magiclens/content_processors/types/__init__.py
src/magiclens/content_processors/types/baidu.py
src/magiclens/content_processors/types/wechat.py
src/magiclens/content_processors/types/zhihu.py
src/magiclens/converters/__init__.py
src/magiclens/converters/base.py
src/magiclens/converters/html2md.py
src/magiclens/converters/rules.py
src/magiclens/core/__init__.py
src/magiclens/core/registry.py
src/magiclens/core/rule.py
src/magiclens/core/service.py
src/magiclens/rules/__init__.py
src/magiclens/rules/html2md.py
src/magiclens/utils/__init__.py
tests/test_base64_image_filter.py
tests/test_cli.py
tests/test_custom_rules.py
tests/test_html2md.py
tests/test_html_cleaner.py
tests/test_html_fragments.py
tests/test_markdown_dialects.py
tests/test_rules.py
tests/test_smart_content_detection.py