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

Image

An image.

public final class Image: Node

From the CommonMark Spec:

Inheritance

Node

Initializers

init(urlString:title:)

public convenience init(urlString: String, title: String? = nil)

Properties

cmark_node_type

var cmark_node_type: cmark_node_type
Clone this wiki locally