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
5
6
7
8
9
10
pub mod blockquote;
pub mod container;
pub mod div;
pub mod heading;
pub mod horizontal_rule;
pub mod line_break;
pub mod paragraph;
pub mod preformatted;
pub mod table;
pub mod unknown;