Add html-to-markdown to HTML Manipulation (#3239)
Some checks are pending
CI / test (push) Waiting to run
Deploy Website / deploy (push) Waiting to run

This commit is contained in:
Na'aman Hirschfeld 2026-07-05 12:16:19 +02:00 committed by GitHub
parent cf76662cab
commit 2e0a7c0649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -900,6 +900,7 @@ _Libraries for parsing and manipulating plain texts._
_Libraries for working with HTML and XML._
- [beautifulsoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- [html-to-markdown](https://github.com/xberg-io/html-to-markdown) - A fast, CommonMark-compliant HTML to Markdown converter with a Rust core, tolerant of malformed HTML.
- [justhtml](https://github.com/EmilStenstrom/justhtml/) - A pure Python HTML5 parser that just works.
- [lxml](https://github.com/lxml/lxml) - A very fast, easy-to-use and versatile library for handling HTML and XML.
- [markupsafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.