feat: Adds stack separators, removes some unused nodes from cli-doc module
All checks were successful
CI / Run tests. (push) Successful in 52s
All checks were successful
CI / Run tests. (push) Successful in 52s
This commit is contained in:
@@ -171,10 +171,11 @@ public struct DefaultSectionStyle: SectionStyle {
|
||||
let separator: Separator.Vertical
|
||||
|
||||
public func render(content: SectionConfiguration) -> some TextNode {
|
||||
VStack(separator: separator) {
|
||||
VStack {
|
||||
content.header
|
||||
content.content
|
||||
content.footer
|
||||
}
|
||||
.style(.separator(separator))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user