Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Feb 7, 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

Initializers

init(literal:)

public convenience init(literal: String?)

init(_:)

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

Properties

cmark_node_type

var cmark_node_type: cmark_node_type
Clone this wiki locally