Module Block.Html_block

HTML blocks.

type t = Block_line.t list

The 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).