html-to-markdown-rs 3.3.3

High-performance HTML to Markdown converter using the astral-tl parser. Part of the Kreuzberg ecosystem.
Documentation
1
2
3
4
//! 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`.