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 image.
public final class Image: Node
From the CommonMark Spec:
6.6 Images
Node, Visitable
Node
Visitable
init(urlString:title:)
public convenience init(urlString: String, title: String? = nil)
accept(visitor:)
public func accept<T: Visitor>(visitor: T)