HtmlBlock

data class HtmlBlock(val literal: String) : Block

A raw HTML block. One of the seven HTML block types defined by the spec.

Constructors

Link copied to clipboard
constructor(literal: String)

Properties

Link copied to clipboard

the raw HTML content as it appeared in the source.