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

HardLineBreak

mattt edited this page Apr 10, 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

Initializers

init()

public convenience init()

Clone this wiki locally