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 b7b9d35 commit f18f93cCopy full SHA for f18f93c
Sources/SwiftDocC/Model/Rendering/Content/RenderBlockContent.swift
@@ -210,7 +210,7 @@ public enum RenderBlockContent: Equatable {
210
}
211
212
/// A function that parses array values on code block options from the language line string
213
- static internal func parseCodeBlockOptionsArray(_ value: String?) -> [Int]? {
+ static internal func parseCodeBlockOptionsArray(_ value: String?) -> [Int] {
214
guard var s = value?.trimmingCharacters(in: .whitespaces), !s.isEmpty else { return [] }
215
216
if s.hasPrefix("[") && s.hasSuffix("]") {
0 commit comments