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 a7a679b commit ef1b8b1Copy full SHA for ef1b8b1
Tools/Toolkit/Sources/ToolkitLibrary/Models/ScriptCommand.swift
@@ -175,7 +175,7 @@ extension ScriptCommand: MarkdownDescriptionProtocol {
175
}
176
177
if let value = self.details {
178
- details = value
+ details = value.replacingOccurrences(of: "|", with: ",")
179
180
181
let language = Language(self.language).markdownDescription
0 commit comments