--- a/src/html.h Sat Feb 01 17:15:14 2025 +0100 +++ b/src/html.h Mon Feb 03 23:13:19 2025 +0100 @@ -32,8 +32,8 @@ static constexpr unsigned columns = 53; - void open(); - void close(); + void open(bool fragment); + void close(bool fragment); void h1(const std::string& heading); void h2(const std::string& heading);