Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 14, 2021 · 11 revisions

Text

Textual content.

public final class Text: Node

From the CommonMark Spec:

Any characters not given an interpretation by the above rules will be parsed as plain textual content.

Inheritance

Node, Visitable

Initializers

init(literal:)

public convenience init(literal: String? = nil)

init(_:)

public convenience init(_ closure: () -> String)

Methods

accept(visitor:)

public func accept<T: Visitor>(visitor: T)
Clone this wiki locally