#include #include #include int main() { String html = "my pageHi thereHello World!"; auto doc = parse(html); dump_tree(doc); }
Hello World!