Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

ThematicBreak

mattt edited this page Jan 25, 2020 · 11 revisions

ThematicBreak

A thematic break.

public final class ThematicBreak: Node

From 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.


Inheritance

Node, CustomStringConvertible, Equatable, Hashable


Initializers

init()

public convenience init()

Properties

cmark_node_type

var cmark_node_type: cmark_node_type

description

var description: String

Methods

==(lhs:rhs:)

public static func ==(lhs: Node, rhs: Node) -> Bool

hash(into:)

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