pub fn parse_html<MSG>(html: &str) -> Result<Option<Node<MSG>>, ParseError>
Parse none-escaped html strings like "Hello world!" into a node tree (see also raw_html).
"Hello world!"