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

Paragraph

mattt edited this page Jan 22, 2020 · 12 revisions

Paragraph

A paragraph.

public final class Paragraph: Node

From the CommonMark Spec:

A sequence of non-blank lines that cannot be interpreted as other kinds of blocks forms a paragraph. The contents of the paragraph are the result of parsing the paragraph’s raw content as inlines. The paragraph’s raw content is formed by concatenating the lines and removing initial and final whitespace.


Inheritance

Node, CustomStringConvertible, Hashable


Properties

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)
Clone this wiki locally