We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
An HTML block.
public final class HTMLBlock: Node
From the CommonMark Spec:
4.6 HTML blocks An HTML block is a group of lines that is treated as raw HTML (and will not be escaped in HTML output).
An HTML block is a group of lines that is treated as raw HTML (and will not be escaped in HTML output).
Node, Hashable, Equatable, CustomStringConvertible
Node
Hashable
Equatable
CustomStringConvertible
public convenience init(literal: String? = nil)
public convenience init(literal: String, children: [Child] = [])
public convenience init(_ closure: () -> String)
public convenience init(_ literal: String, _ builder: () -> InlineConvertible)
var cmark_node_type: cmark_node_type
var description: String
public func hash(into hasher: inout Hasher)
public static func ==(lhs: Node, rhs: Node) -> Bool