Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 22, 2020 · 11 revisions

Image

An image.

public final class Image: Node

From the CommonMark Spec:


Inheritance

Node, CustomStringConvertible, Hashable


Properties

urlString

var urlString: String?

title

var title: String?

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)
Clone this wiki locally