Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Jan 22, 2020 · 7 revisions

HTML

Raw HTML.

public final class HTML: Node

From the CommonMark Spec:

Text between < and > that looks like an HTML tag is parsed as a raw HTML tag and will be rendered in HTML without escaping. Tag and attribute names are not limited to current HTML tags, so custom tags (and even, say, DocBook tags) may be used.


Inheritance

Node, CustomStringConvertible, Hashable


Properties

description

var description: String

Methods

hash(into:)

public func hash(into hasher: inout Hasher)

Clone this wiki locally