[TOC]
- Add option for soft line break
- Add option for hard line break
- Fix handling of self-closing tags
- Updated python package building (see #100)
- Fix crash (see #67)
- Add support for newer Python versions
- Make
blockquote
work correctly! - Additional note for 1.5.2: Add Python 12 packages
- 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
- Improved performance
- ~40% Performance Improvement
- Added a option to Format Markdown Tables
- More tests
- Reworked cli program for better usability
- New release with Python 3.11 support/packages
- Updated internal dependencies
- Improved performance
- Updated 3rdparty tools (for creating python packages and creating releases)
- Fix code example
- Fixed windows release build are linked against debug libraries
- Fixed ALL memory leaks
- Fixed bugs(
html2md::Options::includeTitle
not working) - Added more tests
- Documentation: Updated Doxygen to v1.9.6
- Include Windows to releases
- Improved CMake support massively!
- Fixed tests
- Added support for CMake 3.8
- Fix Python source package
BREAKING CHANGES!
- Renamed
Converter::Convert2Md
->Converter::convert()
- Renamed
options
->Options
- Fixed bug when calling
Convert2Md()
multiple times - Corrected serval typos. Ignore the rest of the change log.
- Added missing python dependency
- Added python bindings
- Added new option:
includeTable
.
- Added more command line options to the executable
- Releases now include deb files
The user can now test his own Markdown files. Simply specify to the test program as argument.
- Add changes for v1.1.1
- Create releases when a new tag is added(automatically)
- Fix windows build(by replacing get)
- Reworked command line program
- Renamed
AppendToMd
toappendToMd
- Renamed
AppendBlank
toappendBlank
- Require c++11 instead of c++17. Only the tests require c++17 now.
- Added more tests
- Fix typos in comments
- Improved documentation
- Fixed several bugs
- Added more tests: make test
- Updated documentation: make doc
- Added packaging: make package
Initial release. All basics work but blockquote
needs a rework.