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 fbe197e commit b49c6e2Copy full SHA for b49c6e2
Sources/SwiftDocC/Model/Rendering/RenderContentCompiler.swift
@@ -59,7 +59,7 @@ struct RenderContentCompiler: MarkupVisitor {
59
wrap: 0, // default value
60
highlight: [Int](), // default value
61
strikeout: [Int](), // default value
62
- showLineNumbers: false, // default value
+ showLineNumbers: false // default value
63
)
64
65
// apply code block options
0 commit comments