fast_h2m 0.4.2

High-performance HTML to Markdown converter
Documentation
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;