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

BlockQuote

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

Initializers

init(children:)

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

init(_:)

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

init(_:)

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

Methods

accept(visitor:)

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