Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Emphasis

mattt edited this page Dec 21, 2020 · 11 revisions

Emphasis

An emphasis span.

public final class Emphasis: Node

From the CommonMark Spec:

Inheritance

Node

Initializers

init(text:)

public convenience init(text string: String)

init(children:)

public convenience init(children: [Inline & Node] = [])

init(_:)

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

init(_:)

public convenience init(_ builder: () -> InlineConvertible)
Clone this wiki locally