1 2 3 4 5
//! Graphic element handling (custom graphic elements with alternative source attributes). //! //! The `<graphic>` element is a custom XML element used in publishing formats like EPUB. pub use crate::converter::handlers::graphic::handle_graphic;