Inline.Raw_html
Raw HTML.
type t = Block_line.tight list
The 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).