//! Configuration options for HTML to Markdown conversion.
//!
//! This module provides comprehensive configuration options for customizing
//! HTML to Markdown conversion behavior, including output formatting, preprocessing,
//! and metadata extraction options.
// Re-exports for easy access
pub use ;
pub use ;
pub use ;
// Note: InlineImageConfig is re-exported from the inline_images module,
// not from this options module, to maintain compatibility with existing imports.