Skip to content

Commit

Permalink
Indent nested lists by four spaces to fix Markdown export.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 6, 2023
1 parent ab99ca8 commit 3174e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/plugins/doc_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void Txt2TagsPrinter::print_arguments(const Feature &feature) const {
if (arg_type.is_enum_type()) {
for (const pair<string, string> &explanation :
arg_type.get_documented_enum_values()) {
os << " - ``" << explanation.first << "``: "
os << " - ``" << explanation.first << "``: "
<< explanation.second << endl;
}
}
Expand Down

0 comments on commit 3174e2d

Please sign in to comment.