#include #include #include int main() { String html = "my page

Hi there

Hello World!

"; auto doc = parse(html); dump_tree(doc); }