tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Update html2text to 2024.2.26 #227

Closed pyup-bot closed 7 months ago

pyup-bot commented 8 months ago

This PR updates html2text from 2020.1.16 to 2024.2.26.

Changelog ### 2024.2.26 ``` ========= ---- * Fixes 409: IndexError on empty strong mark. ``` ### 2024.2.25 ``` ========= ---- * Fix 332: Insert at most one space for multiple emphasis * Feature 318: Make padded tables more similar to pandoc's pipe_tables. * Add support for Python 3.9. * Fix extra line breaks inside html link text (between '[' and ']') * Fix 344: indent ``<ul>`` inside ``<ol>`` three spaces instead of two to comply with CommonMark, GFM, etc. * Fix 324: unnecessary spaces around ``<b>``, ``<em>``, and ``strike`` tags. * Don't wrap tables by default and add a ``--wrap-tables`` config option. * Feature 198: Ignore ``<p>`` tags inside table rows. * Don't wrap tables by default and add a ``--wrap-tables`` config option * Remove support for Python ≤ 3.5. Now requires Python 3.6+. * Support for Python 3.10+. * Fix 320 padding empty tables and tables with no ``</tr>`` tags. * Add ``ignore_mailto_links`` config option to ignore ``mailto:`` style links. * Feature 407: Support the superscript and subscript tags. * Fix 373: ``\n`` inside text of a Markdown link. * Feature 406: Improve support for null atttibute values. ```
Links - PyPI: https://pypi.org/project/html2text - Changelog: https://data.safetycli.com/changelogs/html2text/ - Repo: https://github.com/Alir3z4/html2text/