feat: enhance Markdown generation to include fit_html attribute

This commit is contained in:
UncleCode
2024-11-22 18:47:17 +08:00
parent 571dda6549
commit 24ad2fe2dd
3 changed files with 6 additions and 11 deletions

View File

@@ -100,7 +100,8 @@ class DefaultMarkdownGenerationStrategy(MarkdownGenerationStrategy):
raw_markdown=raw_markdown,
markdown_with_citations=markdown_with_citations,
references_markdown=references_markdown,
fit_markdown=fit_markdown
fit_markdown=fit_markdown,
fit_html=filtered_html
)
def fast_urljoin(base: str, url: str) -> str: