Skip to content

Commit 067b657

Browse files
unnameddthomaspaulmann
authored andcommitted
Centralised content in the columns of the tables
1 parent 354b988 commit 067b657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Toolkit/Sources/ToolkitLibrary/Core/Documentation/Documentation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private extension Documentation {
117117

118118
contentString += .newLine
119119
contentString += .newLine + "| Icon | Title | Description | Author | Args | Templ | Lang |"
120-
contentString += .newLine + "| ---- | ----- | ----------- | ------ | ---- | ----- | ---- |"
120+
contentString += .newLine + "| :--: | ----- | ----------- | :----: | :--: | :---: | :--: |"
121121

122122
for scriptCommand in group.scriptCommands.sorted() {
123123
contentString += scriptCommand.markdownDescription

0 commit comments

Comments
 (0)