File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/Markdown/Walker/Walkers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ fileprivate extension String {
47
47
}
48
48
49
49
fileprivate extension CodeBlock {
50
- /// The code contents split by newline (`\n`) , dropping leading and trailing lines that are empty.
50
+ /// The code contents split by newline characters , dropping leading and trailing lines that are empty.
51
51
var trimmedLineSegments : ArraySlice < Substring > {
52
52
return code. trimmedLineSegments
53
53
}
54
54
}
55
55
56
56
fileprivate extension HTMLBlock {
57
- /// The HTML contents split by newline (`\n`) , dropping leading and trailing lines that are empty.
57
+ /// The HTML contents split by newline characters , dropping leading and trailing lines that are empty.
58
58
var trimmedLineSegments : ArraySlice < Substring > {
59
59
return rawHTML. trimmedLineSegments
60
60
}
You can’t perform that action at this time.
0 commit comments