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

RawHTML

mattt edited this page Apr 10, 2020 · 4 revisions

RawHTML

Raw HTML.

public final class RawHTML: 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

Initializers

init(literal:)

public convenience init(literal: String?)

init(_:)

public convenience init(_ closure: () -> String)
Clone this wiki locally