Function html2text::parse

source ·
pub fn parse(input: impl Read) -> Result<RenderTree, Error>
Expand description

Reads and parses HTML from input and prepares a render tree.