Releases: MengAiDev/html-to-markdown
Releases · MengAiDev/html-to-markdown
v2025.6.7
New Features
- Added support for custom data attributes in links
- Improved handling of Chinese character spacing
- Added image size attributes support (width x height)
Bug Fixes
- Fixed blockquote formatting with correct line breaks
- Fixed list indentation handling
- Fixed redundant spaces in inline elements
- Fixed table alignment handling
Improvements
- Enhanced HTML parsing with fallback options
- Optimized space handling between elements
- Improved error handling and logging
- Added support for task list items in markdown conversion
Technical Updates
- Implemented configurable size limits for HTML processing
- Added max depth parameter for nested structures
- Improved code documentation and error messages