fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v2#27
Merged
ChrisJBurns merged 1 commit intomainfrom Aug 24, 2025
Conversation
5ae34d6 to
768cd63
Compare
e54971e to
9e8b209
Compare
a59b6ab to
9e8b209
Compare
9e8b209 to
94d2017
Compare
ChrisJBurns
approved these changes
Aug 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.0->v2.4.0Release Notes
JohannesKaufmann/html-to-markdown (github.com/JohannesKaufmann/html-to-markdown)
v2.4.0Compare Source
Changelog
a473df2cli: input argument takes precedence over stdin1aa78e4github actions: also test go 1.24c4964fbupdate dependenciesv2.3.3Compare Source
Changelog
9c53576cli: addtableNewlineBehaviorto options (#160)v2.3.2Compare Source
Changelog
93e3b29Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#157)590da90change min go version to 1.23.087d643eplugin(table): Add option to preserve tables with new lines (#156)64e925cupdate dependencies1df20feupdate go version in github actionsv2.3.1Compare Source
Changelog
e1c2387cli: add hash to path on conflicting filename (#152)20209eetable: fix br inside table causing early return (#150)5bd9d3dupdate dependencies (#153)v2.3.0: - table pluginCompare Source
1. Table Plugin
There is a new table plugin for v2 🥳
Use it in go:
Or
--plugin-tablefor the CLI.2. CLI File input and output
The CLI can now work directly with the filesystem:
Changelog
2d9c0c7Bump github.com/agnivade/levenshtein from 1.2.0 to 1.2.12e1f9fdBump github.com/muesli/termenv from 0.15.2 to 0.16.07054d30Bump golang.org/x/net from 0.33.0 to 0.35.03d2ff94Merge pull request #134 from JohannesKaufmann/improve-hard-line-break-273f4145Merge pull request #135 from kinensake/fix-code-block-in-list3f762f5Merge pull request #139 from JohannesKaufmann/dependabot/go_modules/github.com/agnivade/levenshtein-1.2.17e02068Merge pull request #141 from eko/patch-19c0410aMerge pull request #142 from JohannesKaufmann/dependabot/go_modules/golang.org/x/net-0.35.08a661faMerge pull request #143 from JohannesKaufmann/dependabot/go_modules/github.com/muesli/termenv-0.16.043dad28Removed invalid URL Printf warning87f20d3add code block in list test to golden filesceeec4badd test cases for link with newlines7fca0c1cli-add-table-plugin (#146)7506c18cli: added --input and --output flags (#137)d64b97aescape multiline func prefers hard line break29db070escape multiline uses other trim newline func7db53b2fix render code block in list6b0ee58improve handling of hard line breaks when removing newlinesbd15218plugin: added table plugin (#144)6a359b1remove unused constants in render list testf6aab8frestructure use of TrimConsecutiveNewlines funcv2.2.2Compare Source
Changelog
a2a1219Bump golang.org/x/net from 0.31.0 to 0.32.0130f633Merge pull request #121 from JohannesKaufmann/dependabot/go_modules/golang.org/x/net-0.32.0b3a74caMerge pull request #124 from jcubic/remove-temp-file5a52a80Merge pull request #130 from JohannesKaufmann/improve-hard-line-breakd904841Merge pull request #131 from JohannesKaufmann/improve-nested-lists14e6105Merge pull request #132 from JohannesKaufmann/move-cli-commande128d43add "go install" command to readme5493558add new testcases forinside blockquote
fc29e14add sponsor firecrawl to readmebbb7d5bchange goreleaser config file to reflect cli folder move057c7a9commonmark: allow configuration of empty href/content behavior891c5c1commonmark: simplify naming of link behavior variables0191495domutils: added MoveListItemse5557f6fix spelling mistakes9344542improved testcases for listsdda3eaemove folder "cli" to "cli/html2markdown"ce09b2cnew logic to remove consecutive newlineseca9d5creadme: add info about debian package & building from source874d7d1remove MacOSX temp file54dfab5remove old logic for unused markerbef143aremove unneeded code in marker packagee40d875renderdirectly as hard-line-break
bf93fdfupdate dependencies947dc92update go.sumdf4e9ccuse old EscapeMultiLine logic againv2.2.1Compare Source
Changelog
43b9c81github actions: publish deb packagesv2.2.0Compare Source
Changelog
5af1444cli: add include & exclude selectors4d6b2ffconverter: allow base domain with url schemec9b6dbcgithub: add issue formsv2.1.0Compare Source
V2 Release
The new version v2 has been released 🚀
It is a rewrite from the ground up — even more accurate than the v1 version!
Some new features:
<br />tagshtmltomarkdown.ConvertString(input)works out of the box.Try it now
Since there are breaking changes, the path now has the "/v2" suffix. This also allows you to run v1 and v2 in parallel.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.