Heading
public final class Heading : BlockNode
A heading for the document.
-
The level of the heading, between 1 an 6.
Declaration
Swift
public var level: UInt!
-
Undocumented
Declaration
Swift
public init?(level: UInt, content: [Node])
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws