Function raw_html

Source
pub fn raw_html<MSG>(html: &str) -> Node<MSG>
Expand description

Parse escaped html strings like "Hello&#x20;world&#x21;" into "Hello world!" and then into a node tree.