ThematicBreak - SwiftDocOrg/CommonMark GitHub Wiki
A thematic break.
public final class ThematicBreak: NodeFrom the CommonMark Spec:
A line consisting of 0-3 spaces of indentation, followed by a sequence of three or more matching -, _, or * characters, each followed optionally by any number of spaces or tabs, forms a thematic break.
public convenience init()public func accept<T: Visitor>(visitor: T)