Inline.Raw_htmlRaw HTML.
type t = Block_line.tight listThe type for inline raw HTML (can span multiple lines).
Warning. If you create HTML blocks using Block_line.tight_list_of_string you should make sure the resulting lines satisfy the contraints of CommonMark raw HTML (one way is to parse them instead).