Code - SwiftDocOrg/CommonMark GitHub Wiki

Code

A code span.

public final class Code: Node

From the CommonMark Spec:

A code span begins with a backtick string and ends with a backtick string of equal length.

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)
⚠️ **GitHub.com Fallback** ⚠️