Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.5.0 #88

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/JohannesKaufmann/html-to-markdown v1.3.7 -> v1.5.0 age adoption passing confidence

Release Notes

JohannesKaufmann/html-to-markdown (github.com/JohannesKaufmann/html-to-markdown)

v1.5.0: - start for lists

Compare Source

  1. Configure the numbering of a ordered list by using the start attribute.
<ol start="10">
    <li>10</li>
    <li>11</li>
    <li>12</li>
</ol>
  1. The YoutubeEmbed() and VimeoEmbed() plugins can now be used more easily.
    Please report any bugs that you encounter!

v1.4.2

Compare Source

What's Changed

Full Changelog: JohannesKaufmann/html-to-markdown@v1.4.1...v1.4.2

v1.4.1

Compare Source

v1.4.0: - control the escaping

Compare Source

You can now configure the escaping using the EscapeMode option 🎉

opt = &md.Options{
	EscapeMode: "basic", // default
}

See the README for a detailed description of what escaping is & why it's sometimes needed.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.4.0 fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.4.1 Aug 20, 2023
@renovate renovate bot force-pushed the renovate/github.51.al-johanneskaufmann-html-to-markdown-1.x branch from 51d267a to 4884691 Compare August 20, 2023 13:15
@renovate renovate bot changed the title fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.4.1 fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.4.2 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/github.51.al-johanneskaufmann-html-to-markdown-1.x branch from 4884691 to 936acd4 Compare November 19, 2023 19:57
@renovate renovate bot force-pushed the renovate/github.51.al-johanneskaufmann-html-to-markdown-1.x branch from 936acd4 to e08c7cb Compare December 27, 2023 15:12
@renovate renovate bot changed the title fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.4.2 fix(deps): update module github.com/johanneskaufmann/html-to-markdown to v1.5.0 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/github.51.al-johanneskaufmann-html-to-markdown-1.x branch from e08c7cb to b239bb3 Compare April 15, 2024 11:05
@renovate renovate bot force-pushed the renovate/github.51.al-johanneskaufmann-html-to-markdown-1.x branch from b239bb3 to 7f24b3d Compare April 15, 2024 11:12
@Candinya Candinya merged commit b84a53f into develop Apr 15, 2024
2 checks passed
@renovate renovate bot deleted the renovate/github.51.al-johanneskaufmann-html-to-markdown-1.x branch April 15, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant