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 58e133f commit 0eb1333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuji-fabric.wiki
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(" **(module)**").append(System.lineSeparator());
sb.append(getIndent(level + 1)).append(" <table><tr><td>module</td></tr></table>").append(System.lineSeparator());
}

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

0 comments on commit 0eb1333

Please sign in to comment.