Skip to content

Commit

Permalink
update: wiki generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 21, 2024
1 parent 0eb1333 commit 17c5cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void walk(StringBuilder sb, int level, JsonObject node) {

boolean isModule = value.getAsJsonObject().has("enable");
if (isModule) {
sb.append(getIndent(level + 1)).append(" <table><tr><td>module</td></tr></table>").append(System.lineSeparator());
sb.append(getIndent(level + 1)).append(" `module`").append(System.lineSeparator());
}

sb.append(getIndent(level + 1)).append(System.lineSeparator());
Expand Down

0 comments on commit 17c5cfe

Please sign in to comment.