Turn HTML into equivalent Markdown-structured text
Turn HTML into equivalent Markdown-structured text.
Author:
-------
Aaron Swartz
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-html2text && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
html2text-2019.8.11.tar.gz | 0000048721 47.6 KB | |
python-html2text.changes | 0000011485 11.2 KB | |
python-html2text.spec | 0000002209 2.16 KB |
Revision 20 (latest revision is 26)
Ludwig Nussel (lnussel_factory)
accepted
request 730321
from
Tomáš Chvátal (scarabeus_iv)
(revision 20)
- Update to 2019.8.11: * Fix #201: handle ‎/‏ marks mid-text within stressed tags or right after stressed tags. * Feature #213: images_as_html config option to always generate an img html tag. preserves "height", "width" and "alt" if possible. * Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+. * Remove support for retrieving HTML over the network. * Add __main__.py module to allow running the CLI using python -m html2text .... * Fix #238: correct spacing when a HTML entity follows a non-stressed tags which follow a stressed tag. * Remove unused or deprecated: * html2text.compat.escape() * html2text.config.RE_UNESCAPE * html2text.HTML2Text.replaceEntities() * html2text.HTML2Text.unescape() * html2text.unescape() * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag. - Remove patch remove_unittest2.patch
Comments 0