fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v2 #113
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.5.0
->v2.3.1
Release Notes
JohannesKaufmann/html-to-markdown (github.com/JohannesKaufmann/html-to-markdown)
v2.3.1
Compare Source
Changelog
e1c2387
cli: add hash to path on conflicting filename (#152)20209ee
table: fix br inside table causing early return (#150)5bd9d3d
update 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-table
for the CLI.2. CLI File input and output
The CLI can now work directly with the filesystem:
Changelog
2d9c0c7
Bump github.com/agnivade/levenshtein from 1.2.0 to 1.2.12e1f9fd
Bump github.com/muesli/termenv from 0.15.2 to 0.16.07054d30
Bump golang.org/x/net from 0.33.0 to 0.35.03d2ff94
Merge pull request #134 from JohannesKaufmann/improve-hard-line-break-273f4145
Merge pull request #135 from kinensake/fix-code-block-in-list3f762f5
Merge pull request #139 from JohannesKaufmann/dependabot/go_modules/github.com/agnivade/levenshtein-1.2.17e02068
Merge pull request #141 from eko/patch-19c0410a
Merge pull request #142 from JohannesKaufmann/dependabot/go_modules/golang.org/x/net-0.35.08a661fa
Merge pull request #143 from JohannesKaufmann/dependabot/go_modules/github.com/muesli/termenv-0.16.043dad28
Removed invalid URL Printf warning87f20d3
add code block in list test to golden filesceeec4b
add test cases for link with newlines7fca0c1
cli-add-table-plugin (#146)7506c18
cli: added --input and --output flags (#137)d64b97a
escape multiline func prefers hard line break29db070
escape multiline uses other trim newline func7db53b2
fix render code block in list6b0ee58
improve handling of hard line breaks when removing newlinesbd15218
plugin: added table plugin (#144)6a359b1
remove unused constants in render list testf6aab8f
restructure use of TrimConsecutiveNewlines funcv2.2.2
Compare Source
Changelog
a2a1219
Bump golang.org/x/net from 0.31.0 to 0.32.0130f633
Merge pull request #121 from JohannesKaufmann/dependabot/go_modules/golang.org/x/net-0.32.0b3a74ca
Merge pull request #124 from jcubic/remove-temp-file5a52a80
Merge pull request #130 from JohannesKaufmann/improve-hard-line-breakd904841
Merge pull request #131 from JohannesKaufmann/improve-nested-lists14e6105
Merge pull request #132 from JohannesKaufmann/move-cli-commande128d43
add "go install" command to readme5493558
add new testcases forinside blockquote
fc29e14
add sponsor firecrawl to readmebbb7d5b
change goreleaser config file to reflect cli folder move057c7a9
commonmark: allow configuration of empty href/content behavior891c5c1
commonmark: simplify naming of link behavior variables0191495
domutils: added MoveListItemse5557f6
fix spelling mistakes9344542
improved testcases for listsdda3eae
move folder "cli" to "cli/html2markdown"ce09b2c
new logic to remove consecutive newlineseca9d5c
readme: add info about debian package & building from source874d7d1
remove MacOSX temp file54dfab5
remove old logic for unused markerbef143a
remove unneeded code in marker packagee40d875
renderdirectly as hard-line-break
bf93fdf
update dependencies947dc92
update go.sumdf4e9cc
use old EscapeMultiLine logic againv2.2.1
Compare Source
Changelog
43b9c81
github actions: publish deb packagesv2.2.0
Compare Source
Changelog
5af1444
cli: add include & exclude selectors4d6b2ff
converter: allow base domain with url schemec9b6dbc
github: add issue formsv2.1.0
Compare 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.
v1.6.0
: - improved YoutubeEmbedCompare Source
Thanks @devAbreu for submitting a PR 🙏
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.