Expand description

The html_macro module exposes an html! macro that is used to generate VirtualNode’s that will eventually get rendered into DOM nodes on the client side, or String’s if you’re on the server side.

Enums

When parsing our HTML we keep track of whether the last tag that we saw was an open or close tag.