Skip to content

Releases: JohannesKaufmann/html-to-markdown

v1.5.0 - start for lists

27 Dec 14:39
2ec2259
Compare
Choose a tag to compare
  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

19 Nov 16:46
a5828fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Aug 09:34
bcbfd0d
Compare
Choose a tag to compare
Bump golang.org/x/net from 0.9.0 to 0.14.0 (#74)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.4.0 - control the escaping

26 Apr 16:25
8eb812b
Compare
Choose a tag to compare

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.

v1.3.7

08 Mar 14:38
fd01feb
Compare
Choose a tag to compare

Update dependencies

v1.3.6

10 Sep 14:44
Compare
Choose a tag to compare
  • Update dependencies

v1.3.5 fix html tags in code blocks

23 Jul 12:48
Compare
Choose a tag to compare
  • fix html tags in code blocks
  • render kbd, samp and tt tags as inline code

Full Changelog: v1.3.4...v1.3.5

v1.3.4 fix list and youtube

25 May 17:07
a911e96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

23 Jan 15:55
Compare
Choose a tag to compare
  • feat: remove highlight span tags from code tags
  • fix: newlines in bold/italic
  • fix: don't render divider inside heading

v1.3.2

22 Jan 14:20
Compare
Choose a tag to compare

fix trimming of em in lists