use rstml_to_string_macro::html; fn main() { html! { "Example"
"1" { world.} "2"
"2"
some unquoted text with quotes "3".
"3"

}; }