html2text 是一个Python 包可以将HTML 转成Markdown 格式。
示例代码:
importhtml2texth=html2text.HTML2Text()h.ignore_links=Trueprinth.handle("<p>Hello,<ahref='https://earth.google.com/'>world</a>!")html2text 是一个Python 包可以将HTML 转成Markdown 格式。
示例代码:
importhtml2texth=html2text.HTML2Text()h.ignore_links=Trueprinth.handle("<p>Hello,<ahref='https://earth.google.com/'>world</a>!")
评论