Skip to content

Commit 38b18f9

Browse files
committed
fix for markdown utils
1 parent 8b9b029 commit 38b18f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/markdown_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def html_to_markdown(html: str) -> str:
3232
bullets="-",
3333
strong_em_symbol="*",
3434
strip=["script", "style"],
35-
convert=["table", "thead", "tbody", "tr", "th", "td"],
3635
)
3736

3837
# Clean up excessive blank lines

0 commit comments

Comments
 (0)