All the things

This commit is contained in:
2025-01-25 22:42:04 -06:00
parent d556823350
commit 0db1065d10
16 changed files with 678 additions and 55 deletions

View File

@@ -82,9 +82,3 @@ def html_to_markdown(url: str) -> str:
# Clean up excessive whitespace
return clean_whitespace(markdown)
if __name__ == "__main__":
# Example usage
url = "https://reddit.com"
markdown_content = html_to_markdown(url)
print(markdown_content)