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.
An emphasis span.
public final class Emphasis: Node
From the CommonMark Spec:
6.4 Emphasis and strong emphasis
Node, Visitable
Node
Visitable
init(text:)
public convenience init(text string: String)
init(children:)
public convenience init(children: [Inline & Node] = [])
init(_:)
public convenience init(_ closure: () -> String)
public convenience init(_ builder: () -> InlineConvertible)
accept(visitor:)
public func accept<T: Visitor>(visitor: T)