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

BlockQuote

mattt edited this page Apr 10, 2020 · 11 revisions

BlockQuote

A block quote.

public final class BlockQuote: Node

From the CommonMark Spec:

A block quote marker consists of 0-3 spaces of initial indent, plus (a) the character > together with a following space, or (b) a single character > not followed by a space.

Inheritance

Node

Initializers

init(children:)

public convenience init(children: [Block & Node] = [])

init(_:)

public convenience init(_ closure: () -> String)

init(_:)

public convenience init(_ builder: () -> BlockConvertible)

Clone this wiki locally