flatten parameters
This commit is contained in:
@@ -126,7 +126,7 @@ class DanistayApiClient:
|
||||
markdown_text = None
|
||||
temp_file_path = None
|
||||
try:
|
||||
md_converter = MarkItDown(enable_plugins=False) # Basic conversion
|
||||
md_converter = MarkItDown() # Basic conversion
|
||||
|
||||
with tempfile.NamedTemporaryFile(mode="w", delete=False, suffix=".html", encoding="utf-8") as tmp_file:
|
||||
tmp_file.write(html_input_for_markdown) # Write the full HTML string
|
||||
|
||||
Reference in New Issue
Block a user