Skip to content

Update dependency html2text to v2024

Tine Wittler requested to merge renovate/html2text-2024.x into master

This MR contains the following updates:

Package Type Update Change
html2text dependencies major ^2020.0.0 -> ^2024.0.0

Release Notes

Alir3z4/html2text

v2024.2.26

Compare Source

=========

  • Fixes #​409: IndexError on empty strong mark.

v2024.2.25

Compare Source

=========

  • 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.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports