Skip to content

chore(deps): bump html-to-markdown-rs from 2.22.2 to 2.22.5#303

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/html-to-markdown-rs-2.22.5
Closed

chore(deps): bump html-to-markdown-rs from 2.22.2 to 2.22.5#303
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/html-to-markdown-rs-2.22.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps html-to-markdown-rs from 2.22.2 to 2.22.5.

Release notes

Sourced from html-to-markdown-rs's releases.

v2.22.5

Bug fixes:

  • Fix platform standardization (4 supported platforms: macos-latest, windows-latest, ubuntu-latest, ubuntu-24.04-arm)
  • Add serde default to ConversionOptions for partial deserialization
  • Update WASM test expectations for correct BR tag behavior
  • Update Credo config and WASM test for BR tag behavior

v2.22.4 - BR Tag Handling Fixes

Fixed

  • Core: Fixed br_in_tables option not being respected correctly. HTML <br> tags in table cells now properly convert to markdown line breaks (spaces or backslash style based on newline_style option), while block elements (divs, paragraphs) continue to generate literal <br> tags when needed for rowspan scenarios (issue #184)
  • WASM: Updated GitHub Pages demo to v2.22.4 with latest BR tag handling fixes

Full Changelog: kreuzberg-dev/html-to-markdown@v2.22.3...v2.22.4

v2.22.3

Fixed

  • Python: Exposed skip_images option in ConversionOptions API, including type stub files (.pyi) for proper type checking support (issue #183)
  • Elixir: Added skip_images option to HtmlToMarkdown.Options module (was completely missing from Elixir binding)
  • Core: Fixed <br> tags being output literally in table cells instead of converting to proper Markdown line breaks. Table cell paragraph and div separators now respect newline_style option (issue #184)

See CHANGELOG.md for complete details.

Changelog

Sourced from html-to-markdown-rs's changelog.

[2.22.5] - 2026-01-16

Fixed

  • Core: Added #[serde(default)] attribute to ConversionOptions struct to enable partial JSON deserialization. This allows deserializing JSON with only a subset of fields specified, using default values for missing fields. Fixes compatibility with language bindings (C#, Go, Java) that serialize partial configuration objects.

[2.22.4] - 2026-01-15

Fixed

  • Core: Fixed br_in_tables option not being respected correctly. HTML <br> tags in table cells now properly convert to markdown line breaks (spaces or backslash style based on newline_style option), while block elements (divs, paragraphs) continue to generate literal <br> tags when needed for rowspan scenarios (issue #184)
  • WASM: Updated GitHub Pages demo to v2.22.4 with latest BR tag handling fixes

[2.22.3] - 2026-01-14

Fixed

  • Python: Exposed skip_images option in ConversionOptions API, including type stub files (.pyi) for proper type checking support (issue #183)
  • Elixir: Added skip_images option to HtmlToMarkdown.Options module (was completely missing from Elixir binding)
  • Core: Fixed <br> tags being output literally in table cells instead of converting to proper Markdown line breaks. Table cell paragraph and div separators now respect newline_style option (issue #184)
Commits
  • d520553 fix: standardize on 4 supported platforms, remove Intel Mac builds
  • 54b4659 fix: add serde default to ConversionOptions for partial deserialization
  • 7b5c977 fix: update WASM test expectations for correct BR tag behavior
  • 0677f35 fix: update Credo config and WASM test for BR tag behavior
  • 832eb06 release: bump version to 2.22.4 with BR tag fixes
  • dbe06f7 fix: update GitHub Pages WASM demo to v2.22.3 with BR tag fix
  • b45e619 fix: properly handle BR tags in table cells with br_in_tables option
  • d1a1eb6 Merge pull request #185 from americodls/validate-gem-installation
  • d3cd141 fix: expose skip_images in Python/Elixir bindings and fix br tags in table cells
  • e08c74a ci(ruby): prevents gem installation breakage
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html-to-markdown-rs](https://github.com/kreuzberg-dev/html-to-markdown) from 2.22.2 to 2.22.5.
- [Release notes](https://github.com/kreuzberg-dev/html-to-markdown/releases)
- [Changelog](https://github.com/kreuzberg-dev/html-to-markdown/blob/main/CHANGELOG.md)
- [Commits](kreuzberg-dev/html-to-markdown@v2.22.2...v2.22.5)

---
updated-dependencies:
- dependency-name: html-to-markdown-rs
  dependency-version: 2.22.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2026

Looks like html-to-markdown-rs is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 17, 2026
@dependabot dependabot bot deleted the dependabot/cargo/html-to-markdown-rs-2.22.5 branch January 17, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants