diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-15 18:29:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-15 18:29:26 +0100 |
| commit | 484195d6f27c37053b77822330a73359e00cd254 (patch) | |
| tree | 73aba4133395e0beaa3f27a09c4f7ab1bfe371b5 /src/html_formatter.h | |
| parent | 002ca1461d2f57df3f740d1e3c5373c3f2fdc54c (diff) | |
Diffstat (limited to 'src/html_formatter.h')
| -rw-r--r-- | src/html_formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html_formatter.h b/src/html_formatter.h index 2f87a758..2261bfb1 100644 --- a/src/html_formatter.h +++ b/src/html_formatter.h @@ -36,7 +36,7 @@ public: std::unique_ptr<Formatter::Wrap> document() override; std::unique_ptr<Formatter::Wrap> body() override; std::unique_ptr<Formatter::Wrap> unordered_list() override; - void list_item(std::string const& text, boost::optional<std::string> type = {}) override; + void list_item(std::string const& text, boost::optional<std::string> type = {}, std::vector<std::string> const& details = {}) override; std::function<std::string (std::string)> process_string() override; std::function<std::string (std::string)> fixed_width() override; |
