v1.0.1
datalab-to/markerv1.0.1Dec 3, 2024by VikParuchuri
AI Summary
A patch release addressing parsing issues such as encoding and image rendering, while adding new processors for blockquotes and nested lists.
Key Highlights
- Added Blockquote Processor
- Added Nested Lists support to ListProcessor
- Improved list processing with joining and nesting
- Fixed encoding, empty page, and image rendering bugs
- Fixed marker server and misc parsing issues
New Features
- Blockquote Processor
- Nested Lists support
- Improved list processing
Full Release Notes
- Fix lots of misc bugs, including encoding, empty page problems, and image rendering - Improve list processing with joining and nesting - Add in blockquotes - Slightly improve performance ## What's Changed * Fix marker server by @VikParuchuri in https://github.com/VikParuchuri/marker/pull/396 * Add `ListGroup` joining processor and refactor `Text` joining processor by @iammosespaulr in https://github.com/VikParuchuri/marker/pull/402 * Misc fixes by @VikParuchuri in https://github.com/VikParuchuri/marker/pull/397 * Add Blockquote Processor by @iammosespaulr in https://github.com/VikParuchuri/marker/pull/404 * Add Nested Lists support to ListProcessor by @iammosespaulr in https://github.com/VikParuchuri/marker/pull/410 * Marker Improvements and Bugfixes by @iammosespaulr in https://github.com/VikParuchuri/marker/pull/403 **Full Changelog**: https://github.com/VikParuchuri/marker/compare/v1.0.0...v1.0.1