From 7983d402d4e6209b0a8e1ff23022ef0fceb346bf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 10:45:09 -0500 Subject: [PATCH] Update README.rst --- README.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.rst b/README.rst index 68a870f..3465c94 100644 --- a/README.rst +++ b/README.rst @@ -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 ============