30 |
30 |
31 namespace html { |
31 namespace html { |
32 |
32 |
33 static constexpr unsigned columns = 53; |
33 static constexpr unsigned columns = 53; |
34 |
34 |
35 void open(); |
35 void open(bool fragment); |
36 void close(); |
36 void close(bool fragment); |
37 |
37 |
38 void h1(const std::string& heading); |
38 void h1(const std::string& heading); |
39 void h2(const std::string& heading); |
39 void h2(const std::string& heading); |
40 void table_begin(std::chrono::year y); |
40 void table_begin(std::chrono::year y); |
41 void table_end(); |
41 void table_end(); |