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.
A code span.
public final class Code: Node
From the CommonMark Spec:
6.3 Code spans A code span begins with a backtick string and ends with a backtick string of equal length.
A code span begins with a backtick string and ends with a backtick string of equal length.
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)