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.
Textual content.
public final class Text: Node
From the CommonMark Spec:
6.11 Textual content Any characters not given an interpretation by the above rules will be parsed as plain textual content.
Any characters not given an interpretation by the above rules will be parsed as plain textual content.
Node, Visitable
Node
Visitable
init(literal:)
public convenience init(literal: String? = nil)
init(_:)
public convenience init(_ closure: () -> String)
accept(visitor:)
public func accept<T: Visitor>(visitor: T)