feat(cli): enhance markdown generation with default content filters

Add DefaultMarkdownGenerator integration and automatic content filtering for markdown output formats. When using 'markdown-fit' or 'md-fit' output formats, automatically apply PruningContentFilter with default settings if no filter config is provided.

This change improves the user experience by providing sensible defaults for markdown generation while maintaining the ability to customize filtering behavior.
This commit is contained in:
UncleCode
2025-03-25 11:56:00 +08:00
parent f78c46446b
commit 1107fa1d62
2 changed files with 22 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
# crawl4ai/_version.py
__version__ = "0.5.0.post4"
__version__ = "0.5.0.post5"