Function parse_html

Source
pub fn parse_html<MSG>(html: &str) -> Result<Option<Node<MSG>>, ParseError>
Expand description

Parse none-escaped html strings like "Hello world!" into a node tree (see also raw_html).