feat: Working on node builder
This commit is contained in:
6
Sources/CliDoc/Nodes/String+NodeRepresentable.swift
Normal file
6
Sources/CliDoc/Nodes/String+NodeRepresentable.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
extension String: NodeRepresentable {
|
||||
@inlinable
|
||||
public func render() -> String {
|
||||
self
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user