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

HardLineBreak

mattt edited this page Jan 24, 2020 · 11 revisions

HardLineBreak

A hard line break.

public final class HardLineBreak: Node

From the CommonMark Spec:

A line break (not in a code span or HTML tag) that is preceded by two or more spaces and does not occur at the end of a block is parsed as a hard line break (rendered in HTML as a <br /> tag):


Inheritance

Node, Hashable, CustomStringConvertible, Equatable


Initializers

init()

public convenience init()

Properties

cmark_node_type

var cmark_node_type: cmark_node_type

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)

==(lhs:rhs:)

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

Clone this wiki locally