flatten parameters

This commit is contained in:
saidsurucu
2025-05-28 18:42:16 +03:00
parent 12bb62cd9c
commit 3bcf2bbf2a
8 changed files with 320 additions and 35 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ class UyusmazlikApiClient:
markdown_text = None
temp_file_path = None
try:
md_converter = MarkItDown(enable_plugins=False)
md_converter = MarkItDown()
with tempfile.NamedTemporaryFile(mode="w", delete=False, suffix=".html", encoding="utf-8") as tmp_file:
tmp_file.write(html_input_for_markdown)
temp_file_path = tmp_file.name