Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Feb 27, 2018
1 parent cb39ca9 commit 7983d40
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,29 +153,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/)
Installation
============

Expand Down

0 comments on commit 7983d40

Please sign in to comment.