Block.Html_blockHTML blocks.
type t = Block_line.t listThe type for HTML blocks.
Warning. If you create HTML blocks using Block_line.list_of_string you should make sure the resulting lines satisfy the contraints of CommonMark HTML blocks. (one way is to parse them instead).