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

HTMLBlock

mattt edited this page Jan 22, 2020 · 11 revisions

HTMLBlock

An HTML block.

public final class HTMLBlock: Node

From the CommonMark Spec:

An HTML block is a group of lines that is treated as raw HTML (and will not be escaped in HTML output).


Inheritance

Node, CustomStringConvertible, Hashable


Properties

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)

Clone this wiki locally