html2md

Transform your HTML into clean, easy-to-read markdown with html2md.

MIT License

Downloads
8.2K
Stars
21
Committers
5

Bot releases are visible (Hide)

html2md - v1.6.0 Latest Release

Published by github-actions[bot] 5 months ago

  • 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

New Contributors

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.5.4...v1.6.0

html2md - v1.5.4

Published by github-actions[bot] 6 months ago

  • Fix crash (see #67)
  • Add support for newer Python versions

What's Changed

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.5.3...v1.5.4

html2md - v1.5.3

Published by github-actions[bot] about 1 year ago

  • Make blockquote work correctly!
  • Additional note for 1.5.2: Add Python 12 packages

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.5.2...v1.5.3

html2md - v1.5.2

Published by github-actions[bot] about 1 year ago

  • 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

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.5.1...v1.5.2

html2md - v1.5.1

Published by github-actions[bot] about 1 year ago

  • ~40% Performance Improvement

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.5.0...v1.5.1

html2md - v1.5.0

Published by github-actions[bot] about 1 year ago

  • Added a option to Format Markdown Tables
  • More tests
  • Reworked cli program for better usability

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.4.4...v1.5.0

html2md - v1.4.4

Published by github-actions[bot] about 1 year ago

  • New release with Python 3.11 support/packages
  • Updated internal dependencies

What's Changed

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.4.3...v1.4.4

html2md - v1.4.3

Published by github-actions[bot] over 1 year ago

  • Improved performance
  • Updated 3rdparty tools (for creating python packages and creating releases)
  • Fix code example

What's Changed

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.4.2...v1.4.3

html2md - v1.4.2

Published by github-actions[bot] over 1 year ago

  • Fixed windows release build are linked against debug libraries

What's Changed

New Contributors

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.4.1...v1.4.2

html2md - v1.4.1

Published by github-actions[bot] over 1 year ago

  • Fixed ALL memory leaks
  • Fixed bugs(html2md::Options::includeTitle not working)
  • Documentation: Updated Doxygen to v1.9.6
  • Include Windows to releases

What's Changed

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.4.0...v1.4.1

html2md - v1.4.0

Published by github-actions[bot] almost 2 years ago

  • Improved CMake support massively!
  • Fixed tests
  • Added support for CMake 3.8
  • Fix Python source package

What's Changed

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.3.0...v1.4.0

html2md - v1.3.0

Published by github-actions[bot] almost 2 years ago

BREAKING CHANGES!

  • Renamed Converter::Convert2Md -> Converter::convert()
  • Renamed options -> Options

Edit: This release should have been v2.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.2.2...v1.3.0

html2md - v1.2.2

Published by github-actions[bot] almost 2 years ago

  • Corrected serval typos. Ignore the rest of the change log.

v1.2.1

  • Reworked command line program
  • Fixed several bugs

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.2.1...v1.2.2

html2md - v1.2.1

Published by github-actions[bot] almost 2 years ago

  • Added missing python dependency

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.2.0...v1.2.1

html2md - v1.2.0

Published by github-actions[bot] almost 2 years ago

  • Added python bindings
  • Added new option: includeTable.

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.1.5...v1.2.0

html2md - v1.1.5

Published by github-actions[bot] almost 2 years ago

  • Added more command line options to the executable
  • Releases now include deb files

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.1.4...v1.1.5

html2md - v1.1.4

Published by github-actions[bot] almost 2 years ago

  • Releases now contain deb files
html2md - v1.1.3

Published by github-actions[bot] almost 2 years ago

v1.1.3

The user can now test his own Markdown files. Simply specify to the test program as argument.

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.1.2...v1.1.3

html2md - v1.1.2

Published by github-actions[bot] almost 2 years ago

  • Fixed windows build in v1.1.1
  • Added release workflow

Full Changelog: https://github.com/tim-gromeyer/html2md/compare/v1.1.1...v1.1.2

html2md - v1.0.2

Published by tim-gromeyer almost 2 years ago

No changes

only link fixes.