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

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

Initializers

init(literal:)

public convenience init(literal: String? = nil)

init(_:)

public convenience init(_ closure: () -> String)
Clone this wiki locally