Added
- Introduced WebdownConfig class for better parameter organization and configuration
- Added comprehensive support for advanced HTML2Text options in both CLI and API:
- Single line break mode (`--single-line-break`)
- Unicode character support (`--unicode`)
- HTML tables preservation (`--tables-as-html`)
- Custom emphasis and strong emphasis markers (`--emphasis-mark`, `--strong-mark`)
- Link protection, image handling options, and more in the API
- Improved CLI with advanced options group for better help display
Changed
- Simplified the exception hierarchy to a single WebdownError class
- Updated API to support both parameter-based and config-based approaches
- Improved documentation with detailed examples for new features
- Updated all dependencies to latest versions
- html2text updated from 2020.1.16 to 2024.2.26
- beautifulsoup4, requests, tqdm and all dev dependencies updated to latest versions