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

HardLineBreak

mattt edited this page Jan 14, 2021 · 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, Visitable

Initializers

init()

public convenience init()

Methods

accept(visitor:)

public func accept<T: Visitor>(visitor: T)
Clone this wiki locally