Skip to content

Releases: tim-gromeyer/html2md

v1.6.4

13 Feb 08:40
1aa9a34
Compare
Choose a tag to compare
  • Fix handling of <br> tags outside of paragraphs (<p>)

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.6.4

v1.6.3

09 Feb 20:36
Compare
Choose a tag to compare
  • Update python dependencies, hopefully fixes (#133)

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

29 Jan 13:41
Compare
Choose a tag to compare
  • Fix HTML entities not converted (see #131)

Full Changelog: v1.6.1...v1.6.2

v1.6.1

21 Jan 07:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

01 Jun 09:37
Compare
Choose a tag to compare
  • Add option for soft line break
  • Add option for hard line break
  • Fix handling of self-closing tags
  • Updated python package building (see #100)

What's Changed

  • BLD: Use scikit-build for Python packaging by @DWesl in #100

New Contributors

Full Changelog: v1.5.4...v1.6.0

v1.5.4

18 Apr 08:00
fdbe0bc
Compare
Choose a tag to compare
  • Fix crash (see #67)
  • Add support for newer Python versions

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

21 Aug 17:48
Compare
Choose a tag to compare
  • Make blockquote work correctly!
  • Additional note for 1.5.2: Add Python 12 packages

Full Changelog: v1.5.2...v1.5.3

v1.5.2

20 Aug 23:19
Compare
Choose a tag to compare
  • FIXED: Add titile support for images
  • FIXED: Code got formatted (Spaces removed)
  • Fixed some formatting issues (like a space infront of !)
  • FIXED: Escaping of *, `, and \
  • Reduced memory usage

What's Changed

  • Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #47
  • Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 by @dependabot in #48

Full Changelog: v1.5.1...v1.5.2

v1.5.1

12 Aug 11:09
Compare
Choose a tag to compare
  • ~40% Performance Improvement

Full Changelog: v1.5.0...v1.5.1

v1.5.0

11 Aug 22:40
Compare
Choose a tag to compare
  • Added a option to Format Markdown Tables
  • More tests
  • Reworked cli program for better usability

Full Changelog: v1.4.4...v1.5.0