mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 06:46:14 +00:00
remove other fun from docs
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -174,29 +174,6 @@ You can also use this library without Requests:
|
||||
{'https://httpbin.org'}
|
||||
|
||||
|
||||
Other Fun (with Markdown)
|
||||
=========================
|
||||
|
||||
If you'd like to take an element and convert it to Markdown, for example, use `html2text`, by Aaron Swartz:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
$ pipenv install html2text
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from html2text import HTML2Text
|
||||
>>> h = html2text.HTML2Text()
|
||||
>>> print(h.handle(about.html))
|
||||
* [About](/about/)
|
||||
|
||||
* [Applications](/about/apps/)
|
||||
* [Quotes](/about/quotes/)
|
||||
* [Getting Started](/about/gettingstarted/)
|
||||
* [Help](/about/help/)
|
||||
* [Python Brochure](http://brochure.getpython.info/)
|
||||
|
||||
|
||||
API Documentation
|
||||
=================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user