HardLineBreak - SwiftDocOrg/CommonMark GitHub Wiki

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, Visitable

Initializers

init()

public convenience init()

Methods

accept(visitor:)

public func accept<T: Visitor>(visitor: T)
⚠️ **GitHub.com Fallback** ⚠️