We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354b988 commit 067b657Copy full SHA for 067b657
Tools/Toolkit/Sources/ToolkitLibrary/Core/Documentation/Documentation.swift
@@ -117,7 +117,7 @@ private extension Documentation {
117
118
contentString += .newLine
119
contentString += .newLine + "| Icon | Title | Description | Author | Args | Templ | Lang |"
120
- contentString += .newLine + "| ---- | ----- | ----------- | ------ | ---- | ----- | ---- |"
+ contentString += .newLine + "| :--: | ----- | ----------- | :----: | :--: | :---: | :--: |"
121
122
for scriptCommand in group.scriptCommands.sorted() {
123
contentString += scriptCommand.markdownDescription
0 commit comments