mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-10 20:28:38 +01:00
Add html_to_markdown function to convert HTML to Markdown.
This commit is contained in:
@@ -117,6 +117,9 @@ def html_to_text(page_source: str) -> str:
|
||||
return text
|
||||
|
||||
|
||||
def html_to_markdown(page_source: str) -> str:
|
||||
pass
|
||||
|
||||
def main(url):
|
||||
scraper = Scraper()
|
||||
content = scraper.scrape(url)
|
||||
|
||||
Reference in New Issue
Block a user