The html struct is used to differentiate between regular text nodes and html in certain functions
Easiest way to construct it is like this: auto html = Html("<p>hello</p>");
This string holds the actual html. Use it to retrieve the contents.
core_functionality
See Implementation
The html struct is used to differentiate between regular text nodes and html in certain functions
Easiest way to construct it is like this: auto html = Html("<p>hello</p>");