//! Graphic element handling (custom graphic elements with alternative source attributes).
//!//! The `<graphic>` element is a custom XML element used in publishing formats like EPUB.
//! Conversion logic lives in `crate::converter::handlers::graphic`.