You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fonts) Improve font loading by adding validation for font data and handling of .ttc files
(pdf) Improve font loading by applying subsetting to fallback chains based on character usage
(fonts) Add font subsetting functionality to reduce PDF file size by analyzing character usage in fallback chains
(pdf) Improve font loading with automatic fallback chains and improved handling for missing fonts
(fonts) Improve font loading with fallback chains and improved error reporting for missing fonts
(cli) Add verbosity levels and dry-run option for enhanced user feedback during PDF generation
(errors) Improve MdpError handling with detailed error structures and suggestions for better debugging
(fonts) Improve font loading with aliases and variant support for better fallback handling
(validation) Implement a validation system for markdown conversion with warnings for missing fonts, images, and syntax issues
(pdf) Enhance font loading with optional text extraction for improved fallback handling
(markdown) Add recursive text extraction method for tokens
(fonts) Add font subsetting support
(lib) Update parse_into_file and parse_into_bytes to support optional font configuration
(pdf) Improve pdf creation with optional font configuration for custom and default fonts
(fonts) Implement custom font loading with configuration options
(bin) Add font configuration options for custom and default fonts
Bug Fixes
(pdf) Change default behavior of font subsetting to true for improved text extraction
Documentation
(readme) Update feature flag section
(readme) Simplfiy readme to make it more pleasant to read
Miscellaneous Tasks
(cargo) Add feature flags to control the lib by preference
(.gitignore) Add pattern to ignore test markdown files
(dependencies) Update dependencies in Cargo.lock and Cargo.toml, including version bump for markdown2pdf to 0.1.9 and switching genpdfi to a git source for font subsetting feature
(docs) Update README to improve docs on cli options, font handling, and Unicode support