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)