Changes
- Add URL extraction mode via
--extract(deprecated alias:--extract-only) with--format md|text. - Rename HTML→Markdown conversion flag to
--markdown-mode(deprecated alias:--markdown). - Add
--preprocess off|auto|alwaysand auvx markitdownfallback for Markdown extraction + unsupported file attachments (when--format mdis used). - When
uvxisn’t available, print an install hint (brew install uv).
Tests
- Add coverage for preprocess + markitdown integration paths.