Hyperlink
public class Hyperlink : InlineNode
A hyperlink with a title and URI.
-
The title text and URI for the hyperlink.
Declaration
Swift
public let data: Hyperlink.Data
-
A container for the title text and URI of a hyperlink.
See moreDeclaration
Swift
public struct Data : Codable
-
Undocumented
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
override public func encode(to encoder: Encoder) throws